File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
1722which 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
2934has been fixed
3035- Query assumes time values given in to/from are same unit as when it is initialized
3136
Original file line number Diff line number Diff line change 1212import sys
1313import pypandoc
1414
15- VERSION = '0.9.0 '
15+ VERSION = '0.9.1 '
1616
1717#converts markdown to reStructured
1818long_description = pypandoc .convert ('CHANGELOG.md' , 'rst' , format = 'markdown' )
You can’t perform that action at this time.
0 commit comments