We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d9e40 commit 5a1d6c9Copy full SHA for 5a1d6c9
CHANGES.txt
@@ -1,6 +1,6 @@
1
-
2
-v2.0.2dev (These changes have not been released)
3
-* Ignore source IP in events by default
+v3.0.0
+* BACKWARD BREAKING CHANGE: Ignore source IP in events by default
+* Allow users to provide "envelope" or "meta" tracking information
4
5
v2.0.1
6
* New build
setup.py
@@ -5,7 +5,7 @@
setup(
7
name='mixpanel-py',
8
- version='2.0.2dev',
+ version='3.0.0',
9
author='Mixpanel, Inc.',
10
author_email='[email protected]',
11
packages=['mixpanel'],
0 commit comments