Skip to content

Commit 72259aa

Browse files
committed
Release version 2.1.0b1
1 parent 9bd8146 commit 72259aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2.1.0
2-
=====
3-
In Progress
1+
2.1.0b1
2+
=======
3+
July 11, 2014
44

55
This release adds support for Cassandra 2.1 features, including version
66
3 of the native protocol.

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, 0, 2, 'post')
26+
__version_info__ = (2, 1, 0, 'b1')
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

0 commit comments

Comments
 (0)