diff --git a/CHANGELOG.md b/CHANGELOG.md index f567fe3..1f5da6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ to generate a valid token and use our APIs. ## Changelog +### 03/14/16 - v0.10.2 +- Check that series names are not empty strings + ### 03/07/16 - v0.10.1 - Library checks that device ID is valid with regex `[a-zA-Z0-9:_-]+` instead of error from server diff --git a/setup.py b/setup.py index ff96df5..521197b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from codecs import open import sys -VERSION = '0.10.1' +VERSION = '0.10.2' #converts markdown to reStructured long_description = ""