Skip to content

Commit 25994d1

Browse files
committed
Merge branch 'master' into oss-next
2 parents 23a2215 + 2cdb75c commit 25994d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ Other
8282
* Write documentation examples for DSE 2.0 features (PYTHON-732)
8383
* DSE_V1 protocol should not include all of protocol v5 (PYTHON-694)
8484

85+
3.20.2
86+
======
87+
November 19, 2019
88+
89+
Bug Fixes
90+
---------
91+
* Fix import error for old python installation without SSLContext (PYTHON-1183)
92+
8593
3.20.1
8694
======
8795
November 6, 2019

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def emit(self, record):
2222

2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

25-
__version_info__ = (3, 20, 0)
25+
__version_info__ = (3, 20, 2)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)