Skip to content

Commit 78a2476

Browse files
author
David Grant
committed
version bump
1 parent 76ce41e commit 78a2476

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v4.8.4
2+
* Disable urllib3 security warning only if not verifying server certs. (#102)
3+
14
v4.8.3
25
* Do not verify server cert by default. (issue #97)
36

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

3131
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)