We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd2af3 commit a952e37Copy full SHA for a952e37
2 files changed
CHANGELOG.md
@@ -12,6 +12,10 @@ to generate a valid token and use our APIs.
12
13
## Changelog
14
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
+
19
### 02/01/16 - v0.10.0
20
- Error messages from the server are now included in stacktrace output
21
- Errors during refreshing tokens now raise an `UnknownCodeError`
setup.py
@@ -11,7 +11,7 @@
11
from codecs import open
import sys
-VERSION = '0.10.0'
+VERSION = '0.10.1'
#converts markdown to reStructured
long_description = ""
0 commit comments