There was an error while loading. Please reload this page.
1 parent a71eff4 commit 2e43f00Copy full SHA for 2e43f00
CHANGES.txt
@@ -1,3 +1,6 @@
1
+v4.0.2
2
+* Fix packaging.
3
+
4
v4.0.1
5
* Fix mutable default arguments.
6
* Allow serialization of datetime instances.
MANIFEST.in
@@ -0,0 +1 @@
+include README.md
mixpanel/__init__.py
@@ -15,7 +15,7 @@
15
import urllib
16
import urllib2
17
18
-VERSION = '4.0.1'
+VERSION = '4.0.2'
19
20
21
class DatetimeSerializer(json.JSONEncoder):
setup.py
@@ -5,7 +5,7 @@
setup(
7
name='mixpanel-py',
8
- version='4.0.1',
+ version='4.0.2',
9
author='Mixpanel, Inc.',
10
author_email='dev@mixpanel.com',
11
packages=['mixpanel'],
0 commit comments