Skip to content

Commit

Permalink
release: v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Dec 18, 2015
1 parent d5cb181 commit 6d3453a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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/28/15 - v0.9.1
- **IMPORTANT**: The client now correctly tracks batches it has seen before
so subsequent calls to `send()` do not send nothing.
- Documentation fixes

### 12/16/15 - v0.9.0
- Adding data should now be done via the new `iobeam.createDataStore(columns)` method,
which allows you to track multiple streams of data in one object.
Expand All @@ -25,7 +30,7 @@ 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
- **IMPORTANT**: previously sent data points were being kept and sent on subsequent sends, this
has been fixed
- Query assumes time values given in to/from are same unit as when it is initialized

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

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

0 comments on commit 6d3453a

Please sign in to comment.