Skip to content

Commit c213a3a

Browse files
committed
2.7.0 release version and changelog update
1 parent d4fe855 commit c213a3a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2.7.0
22
=====
3+
August 25, 2015
4+
35
Cython is introduced, providing compiled extensions for core modules, and
46
extensions for optimized results deserialization.
57

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

2929

0 commit comments

Comments
 (0)