Skip to content

Commit

Permalink
release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grant committed Apr 9, 2021
1 parent 77d62c4 commit 0937b3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v4.8.3
* Do not verify server cert by default. (issue #97)

v4.8.2
Bugfix release:
* Fix DeprecationWarning in urllib3 when using older argument name. (issue #93)
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 <[email protected]>'
version = release = '4.8.2'
version = release = '4.8.3'
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.2'
__version__ = '4.8.3'
VERSION = __version__ # TODO: remove when bumping major version.

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 0937b3b

Please sign in to comment.