Skip to content

Commit d4e8df2

Browse files
committed
bump to 0.1.7
1 parent 30b8814 commit d4e8df2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ That's it! After running your code, check your Keen IO Project to see the event
4646

4747
### Changelog
4848

49+
##### 0.1.7
50+
51+
+ Bugfix to use write key when sending events - do not use 0.1.6!
52+
4953
##### 0.1.6
5054

5155
+ Changed project token -> project ID.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name="keen",
6-
version="0.1.6",
6+
version="0.1.7",
77
description="Python Client for Keen IO",
88
author="Keen IO",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)