Skip to content

Commit b6deafc

Browse files
committed
release: v0.8.0
1 parent 5255f9e commit b6deafc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ to generate a valid token and use our APIs.
1212

1313
## Changelog
1414

15+
### 12/02/15 - v0.8.0
16+
- Automatic refresh of project tokens when they are expired. It is recommended that you
17+
update as soon as possible to avoid breakage.
18+
- bugfix: device ids are no longer allowed to be non-strings when registering
19+
1520
### 10/20/15 - v0.7.0
1621
- *IMPORTANT*: previously sent data points were being kept and sent on subsequent sends, this
1722
has been fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313
import pypandoc
1414

15-
VERSION = '0.7.0'
15+
VERSION = '0.8.0'
1616

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

0 commit comments

Comments
 (0)