Updates for 2.1.2 release.
This commit is contained in:
@@ -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)
|
||||
|
@@ -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
6
debian/changelog
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user