Skip to content

Commit 628a85a

Browse files
committed
release 3.20.2: changelog & version
1 parent c3cf384 commit 628a85a

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
@@ -1,3 +1,11 @@
1+
3.20.2
2+
======
3+
November 19, 2019
4+
5+
Bug Fixes
6+
---------
7+
* Fix import error for old python installation without SSLContext (PYTHON-1183)
8+
19
3.20.1
210
======
311
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, 1)
25+
__version_info__ = (3, 20, 2)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)