Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grant committed Jun 14, 2021
1 parent 76ce41e commit 78a2476
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.4
* Disable urllib3 security warning only if not verifying server certs. (#102)

v4.8.3
* Do not verify server cert by default. (issue #97)

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.3'
version = release = '4.8.4'
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.3'
__version__ = '4.8.4'
VERSION = __version__ # TODO: remove when bumping major version.

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 78a2476

Please sign in to comment.