Skip to content

Commit

Permalink
release: v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Jul 15, 2016
1 parent 6cca6ea commit ee02443
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

### 07/15/16 - v0.11.0
- Client will reuse a DataStore with the same columns when using `createDataStore` if
it exists (rather than create a duplicate)

### 06/01/16 - v0.10.5
- Clients will reuse HTTP connections more intelligently

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.5'
VERSION = '0.11.0'

#converts markdown to reStructured
long_description = ""
Expand Down

0 comments on commit ee02443

Please sign in to comment.