Skip to content

Commit 2cdb75c

Browse files
committed
Merge branch '3.20-dev'
2 parents 83066e2 + 628a85a commit 2cdb75c

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
@@ -12,6 +12,14 @@ Bug Fixes
1212
---------
1313
* re-raising the CQLEngineException will fail on Python 3 (PYTHON-1166)
1414

15+
3.20.2
16+
======
17+
November 19, 2019
18+
19+
Bug Fixes
20+
---------
21+
* Fix import error for old python installation without SSLContext (PYTHON-1183)
22+
1523
3.20.1
1624
======
1725
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)