Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 08f768a

Browse files
committed
Changelog and release version update.
1 parent 59d4612 commit 08f768a

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
2.6.0c2
2+
=======
3+
June 24, 2015
4+
5+
Features
6+
--------
7+
* Automatic Protocol Version Downgrade (PYTHON-240)
8+
* cqlengine Python 2.6 compatibility (PYTHON-288)
9+
* Double-dollar string quote UDF body (PYTHON-345)
10+
* Set models.DEFAULT_KEYSPACE when calling set_session (github #352)
11+
12+
Bug Fixes
13+
---------
14+
* Avoid stall while connecting to mixed version cluster (PYTHON-303)
15+
* Make SSL work with AsyncoreConnection in python 2.6.9 (PYTHON-322)
16+
* Fix Murmur3Token.from_key() on Windows (PYTHON-331)
17+
* Fix cqlengine TimeUUID rounding error for Windows (PYTHON-341)
18+
* Avoid invalid compaction options in CQL export for non-SizeTiered (PYTHON-352)
19+
120
2.6.0c1
2-
=====
21+
=======
322
June 4, 2015
423

524
This release adds support for Cassandra 2.2 features, including version

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

2929

0 commit comments

Comments
 (0)