We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9081a commit fb7f399Copy full SHA for fb7f399
2 files changed
CHANGELOG.md
@@ -12,6 +12,10 @@ to generate a valid token and use our APIs.
12
13
## Changelog
14
15
+### 02/01/16 - v0.10.0
16
+- Error messages from the server are now included in stacktrace output
17
+- Errors during refreshing tokens now raise an `UnknownCodeError`
18
+
19
### 01/28/16 - v0.9.7
20
- Rejects reserved column names, case-insensitive
21
setup.py
@@ -11,7 +11,7 @@
11
from codecs import open
import sys
-VERSION = '0.9.7'
+VERSION = '0.10.0'
#converts markdown to reStructured
long_description = ""
0 commit comments