Skip to content

Commit 73a3a6f

Browse files
committed
Release 2.1.0
1 parent 66aac0f commit 73a3a6f

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
2.1.0
22
=====
3+
August 7, 2014
34

45
Bug Fixes
56
---------
67
* Correctly serialize and deserialize null values in tuples and
78
user-defined types (PYTHON-110)
9+
* Include additional header and lib dirs, allowing libevwrapper to build
10+
against Homebrew and Mac Ports installs of libev (PYTHON-112 and 804dea3)
811

912
2.1.0c1
1013
=======
@@ -78,6 +81,7 @@ Bug Fixes
7881
* Don't attempt to reconnect to hosts that should be ignored (according
7982
to the load balancing policy) when a notification is received that the
8083
host is down.
84+
* Add CAS WriteType, avoiding KeyError on CAS write timeout (PYTHON-91)
8185

8286
2.0.2
8387
=====

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, '0c1', 'post')
26+
__version_info__ = (2, 1, 0)
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.0) unstable; urgency=low
2+
3+
* Release 2.1.0
4+
5+
-- Adam Holmberg <[email protected]> Thu, 07 Aug 2014 19:01:17 +0000
6+
17
python-cassandra-driver (2.0.2-2) unstable; urgency=low
28

39
* Fixed debian/patches

0 commit comments

Comments
 (0)