We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53ba9d commit b427349Copy full SHA for b427349
CHANGELOG.md
@@ -12,7 +12,10 @@ to generate a valid token and use our APIs.
12
13
## Changelog
14
15
-### 12/28/15 - v0.9.1
+### 12/22/15 - v0.9.2
16
+- `registerOrSetId()` now accepts optional `deviceName` argument
17
+
18
+### 12/18/15 - v0.9.1
19
- **IMPORTANT**: The client now correctly tracks batches it has seen before
20
so subsequent calls to `send()` do not send nothing.
21
- Documentation fixes
setup.py
@@ -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')
0 commit comments