We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cca6ea commit ee02443Copy full SHA for ee02443
CHANGELOG.md
@@ -12,6 +12,10 @@ to generate a valid token and use our APIs.
12
13
## Changelog
14
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
+
19
### 06/01/16 - v0.10.5
20
- Clients will reuse HTTP connections more intelligently
21
setup.py
@@ -11,7 +11,7 @@
11
from codecs import open
import sys
-VERSION = '0.10.5'
+VERSION = '0.11.0'
#converts markdown to reStructured
long_description = ""
0 commit comments