Skip to content

Commit

Permalink
Release updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grant committed Jan 5, 2021
1 parent 6bd8d15 commit 125b391
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.8.1
A compatibility bugfix -- 4.8.0 broke subclassing compatibility with some
other libraries.

v4.8.0
* Add api_secret parameter to import_data and merge methods. API secret is the
new preferred auth mechanism; the old API Key still works but is no longer
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = u'mixpanel'
copyright = u' 2021, Mixpanel, Inc.'
author = u'Mixpanel <dev@mixpanel.com>'
version = release = '4.8.0'
version = release = '4.8.1'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion mixpanel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from six.moves import range
import urllib3

__version__ = '4.8.0'
__version__ = '4.8.1'
VERSION = __version__ # TODO: remove when bumping major version.

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 125b391

Please sign in to comment.