Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Dec 2, 2015
1 parent 5255f9e commit b6deafc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ to generate a valid token and use our APIs.

## Changelog

### 12/02/15 - v0.8.0
- Automatic refresh of project tokens when they are expired. It is recommended that you
update as soon as possible to avoid breakage.
- bugfix: device ids are no longer allowed to be non-strings when registering

### 10/20/15 - v0.7.0
- *IMPORTANT*: previously sent data points were being kept and sent on subsequent sends, this
has been fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import sys
import pypandoc

VERSION = '0.7.0'
VERSION = '0.8.0'

#converts markdown to reStructured
long_description = pypandoc.convert('CHANGELOG.md', 'rst', format='markdown')
Expand Down

0 comments on commit b6deafc

Please sign in to comment.