Skip to content

Commit

Permalink
release: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Feb 1, 2016
1 parent 8a9081a commit fb7f399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ to generate a valid token and use our APIs.

## Changelog

### 02/01/16 - v0.10.0
- Error messages from the server are now included in stacktrace output
- Errors during refreshing tokens now raise an `UnknownCodeError`

### 01/28/16 - v0.9.7
- Rejects reserved column names, case-insensitive

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from codecs import open
import sys

VERSION = '0.9.7'
VERSION = '0.10.0'

#converts markdown to reStructured
long_description = ""
Expand Down

0 comments on commit fb7f399

Please sign in to comment.