Skip to content

Commit

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

## Changelog

### 12/28/15 - v0.9.1
### 12/22/15 - v0.9.2
- `registerOrSetId()` now accepts optional `deviceName` argument

### 12/18/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
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.1'
VERSION = '0.9.2'

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

0 comments on commit b427349

Please sign in to comment.