Skip to content

Commit b427349

Browse files
committed
release: v0.9.2
1 parent b53ba9d commit b427349

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ to generate a valid token and use our APIs.
1212

1313
## Changelog
1414

15-
### 12/28/15 - v0.9.1
15+
### 12/22/15 - v0.9.2
16+
- `registerOrSetId()` now accepts optional `deviceName` argument
17+
18+
### 12/18/15 - v0.9.1
1619
- **IMPORTANT**: The client now correctly tracks batches it has seen before
1720
so subsequent calls to `send()` do not send nothing.
1821
- Documentation fixes

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.1'
15+
VERSION = '0.9.2'
1616

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

0 commit comments

Comments
 (0)