Skip to content

Commit 6d3453a

Browse files
committed
release: v0.9.1
1 parent d5cb181 commit 6d3453a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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/28/15 - v0.9.1
16+
- **IMPORTANT**: The client now correctly tracks batches it has seen before
17+
so subsequent calls to `send()` do not send nothing.
18+
- Documentation fixes
19+
1520
### 12/16/15 - v0.9.0
1621
- Adding data should now be done via the new `iobeam.createDataStore(columns)` method,
1722
which allows you to track multiple streams of data in one object.
@@ -25,7 +30,7 @@ update as soon as possible to avoid breakage.
2530
- bugfix: device ids are no longer allowed to be non-strings when registering
2631

2732
### 10/20/15 - v0.7.0
28-
- *IMPORTANT*: previously sent data points were being kept and sent on subsequent sends, this
33+
- **IMPORTANT**: previously sent data points were being kept and sent on subsequent sends, this
2934
has been fixed
3035
- Query assumes time values given in to/from are same unit as when it is initialized
3136

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.9.0'
15+
VERSION = '0.9.1'
1616

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

0 commit comments

Comments
 (0)