Skip to content

Commit bd7cb3c

Browse files
committed
Prepare 3.1.1 release
1 parent 0edba2e commit bd7cb3c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.1.1
2+
=====
3+
March 14, 2016
4+
5+
Bug Fixes
6+
---------
7+
8+
* cqlengine: Fix performance issue related to additional "COUNT" queries (PYTHON-522)
9+
110
3.1.0
211
=====
312
March 10, 2016

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

2929

0 commit comments

Comments
 (0)