We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39c62a commit 000d239Copy full SHA for 000d239
CHANGELOG.rst
@@ -1,8 +1,14 @@
1
+3.2.2
2
+=====
3
+April 19, 2016
4
+
5
+* Fix counter save-after-no-update (PYTHON-547)
6
7
3.2.1
8
=====
9
April 13, 2016
10
-* 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)
12
13
3.2.0
14
cassandra/__init__.py
@@ -22,7 +22,7 @@ def emit(self, record):
22
23
logging.getLogger('cassandra').addHandler(NullHandler())
24
25
-__version_info__ = (3, 2, 1)
+__version_info__ = (3, 2, 2)
26
__version__ = '.'.join(map(str, __version_info__))
27
28
0 commit comments