Skip to content

Commit a952e37

Browse files
committed
release: v0.10.1
1 parent 4cd2af3 commit a952e37

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ to generate a valid token and use our APIs.
1212

1313
## Changelog
1414

15+
### 03/07/16 - v0.10.1
16+
- Library checks that device ID is valid with regex `[a-zA-Z0-9:_-]+` instead of error
17+
from server
18+
1519
### 02/01/16 - v0.10.0
1620
- Error messages from the server are now included in stacktrace output
1721
- Errors during refreshing tokens now raise an `UnknownCodeError`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from codecs import open
1212
import sys
1313

14-
VERSION = '0.10.0'
14+
VERSION = '0.10.1'
1515

1616
#converts markdown to reStructured
1717
long_description = ""

0 commit comments

Comments
 (0)