Skip to content

Commit 57454bd

Browse files
committed
Updates for 2.1.2 release.
1 parent 85854f2 commit 57454bd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2.1.2
22
=====
3-
In Progress
3+
October 16, 2014
44

55
Features
66
--------
@@ -11,6 +11,7 @@ Features
1111

1212
Bug Fixes
1313
---------
14+
* Make execute_concurrent compatible with Python 2.6 (PYTHON-159)
1415
* Handle Unauthorized message on schema_triggers query (PYTHON-155)
1516
* Make execute_concurrent compatible with Python 2.6 (github-197)
1617
* Pure Python sorted set in support of UDTs nested in collections (PYTON-167)

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def emit(self, record):
2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

2525

26-
__version_info__ = (2, 1, 1, 'post')
26+
__version_info__ = (2, 1, 2)
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-cassandra-driver (2.1.2) unstable; urgency=low
2+
3+
* Release 2.1.2
4+
5+
-- Adam Holmberg <[email protected]> Thu, 16 Oct 2014 18:30:22 +0000
6+
17
python-cassandra-driver (2.1.1) unstable; urgency=low
28

39
* Release 2.1.1

0 commit comments

Comments
 (0)