File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ v4.8.1
2
+ A compatibility bugfix -- 4.8.0 broke subclassing compatibility with some
3
+ other libraries.
4
+
1
5
v4.8.0
2
6
* Add api_secret parameter to import_data and merge methods. API secret is the
3
7
new preferred auth mechanism; the old API Key still works but is no longer
Original file line number Diff line number Diff line change 20
20
project = u'mixpanel'
21
21
copyright = u' 2021, Mixpanel, Inc.'
22
22
author = u'Mixpanel <dev@mixpanel.com>'
23
- version = release = '4.8.0 '
23
+ version = release = '4.8.1 '
24
24
exclude_patterns = ['_build' ]
25
25
pygments_style = 'sphinx'
26
26
Original file line number Diff line number Diff line change 25
25
from six .moves import range
26
26
import urllib3
27
27
28
- __version__ = '4.8.0 '
28
+ __version__ = '4.8.1 '
29
29
VERSION = __version__ # TODO: remove when bumping major version.
30
30
31
31
logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments