Skip to content

Commit fb7f399

Browse files
committed
release: v0.10.0
1 parent 8a9081a commit fb7f399

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+
### 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+
1519
### 01/28/16 - v0.9.7
1620
- Rejects reserved column names, case-insensitive
1721

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.9.7'
14+
VERSION = '0.10.0'
1515

1616
#converts markdown to reStructured
1717
long_description = ""

0 commit comments

Comments
 (0)