Skip to content

Commit ee02443

Browse files
committed
release: v0.11.0
1 parent 6cca6ea commit ee02443

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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+
### 07/15/16 - v0.11.0
16+
- Client will reuse a DataStore with the same columns when using `createDataStore` if
17+
it exists (rather than create a duplicate)
18+
1519
### 06/01/16 - v0.10.5
1620
- Clients will reuse HTTP connections more intelligently
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.10.5'
14+
VERSION = '0.11.0'
1515

1616
#converts markdown to reStructured
1717
long_description = ""

0 commit comments

Comments
 (0)