Updates for 2.1.2 release.

This commit is contained in:
Adam Holmberg
2014-10-16 18:34:41 +00:00
parent 85854f23a9
commit 57454bd554
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
2.1.2
=====
In Progress
October 16, 2014
Features
--------
@@ -11,6 +11,7 @@ Features
Bug Fixes
---------
* Make execute_concurrent compatible with Python 2.6 (PYTHON-159)
* Handle Unauthorized message on schema_triggers query (PYTHON-155)
* Make execute_concurrent compatible with Python 2.6 (github-197)
* Pure Python sorted set in support of UDTs nested in collections (PYTON-167)

View File

@@ -23,7 +23,7 @@ class NullHandler(logging.Handler):
logging.getLogger('cassandra').addHandler(NullHandler())
__version_info__ = (2, 1, 1, 'post')
__version_info__ = (2, 1, 2)
__version__ = '.'.join(map(str, __version_info__))

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
python-cassandra-driver (2.1.2) unstable; urgency=low
* Release 2.1.2
-- Adam Holmberg <adam.holmberg@datastax.com> Thu, 16 Oct 2014 18:30:22 +0000
python-cassandra-driver (2.1.1) unstable; urgency=low
* Release 2.1.1