Skip to content

Commit 000d239

Browse files
committed
3.2.2 patch release
1 parent e39c62a commit 000d239

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
3.2.2
2+
=====
3+
April 19, 2016
4+
5+
* Fix counter save-after-no-update (PYTHON-547)
6+
17
3.2.1
28
=====
39
April 13, 2016
410

5-
* Introduced an update to allow deserializer compilation with recently released Cython 0.24
11+
* Introduced an update to allow deserializer compilation with recently released Cython 0.24 (PYTHON-542)
612

713
3.2.0
814
=====

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, 2, 1)
25+
__version_info__ = (3, 2, 2)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)