Skip to content

Commit

Permalink
release: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Mar 7, 2016
1 parent 4cd2af3 commit a952e37
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

### 03/07/16 - v0.10.1
- Library checks that device ID is valid with regex `[a-zA-Z0-9:_-]+` instead of error
from server

### 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`
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.10.0'
VERSION = '0.10.1'

#converts markdown to reStructured
long_description = ""
Expand Down

0 comments on commit a952e37

Please sign in to comment.