Skip to content

Commit 125b391

Browse files
author
David Grant
committed
Release updates.
1 parent 6bd8d15 commit 125b391

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.8.1
2+
A compatibility bugfix -- 4.8.0 broke subclassing compatibility with some
3+
other libraries.
4+
15
v4.8.0
26
* Add api_secret parameter to import_data and merge methods. API secret is the
37
new preferred auth mechanism; the old API Key still works but is no longer

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = u'mixpanel'
2121
copyright = u' 2021, Mixpanel, Inc.'
2222
author = u'Mixpanel <dev@mixpanel.com>'
23-
version = release = '4.8.0'
23+
version = release = '4.8.1'
2424
exclude_patterns = ['_build']
2525
pygments_style = 'sphinx'
2626

mixpanel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from six.moves import range
2626
import urllib3
2727

28-
__version__ = '4.8.0'
28+
__version__ = '4.8.1'
2929
VERSION = __version__ # TODO: remove when bumping major version.
3030

3131
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)