Skip to content

Commit

Permalink
release: v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Mar 14, 2016
1 parent 9c5e9dc commit 2b3cead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1'
VERSION = '0.10.2'

#converts markdown to reStructured
long_description = ""
Expand Down

0 comments on commit 2b3cead

Please sign in to comment.