diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0f686..ac9e63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index e8ae3f1..2a647c6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from codecs import open import sys -VERSION = '0.10.5' +VERSION = '0.11.0' #converts markdown to reStructured long_description = ""