Skip to content

Commit 01a611a

Browse files
committed
3.4.1 changelog and version
1 parent 37698a2 commit 01a611a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.4.1
2+
=====
3+
May 26, 2016
4+
5+
Bug Fixes
6+
--------
7+
* Gevent connection closes on IO timeout (PYTHON-573)
8+
* "dictionary changed size during iteration" with Python 3 (PYTHON-572)
9+
110
3.4.0
211
=====
312
May 24, 2016

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def emit(self, record):
2222

2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

25-
__version_info__ = (3, 4, 0, 'post0')
25+
__version_info__ = (3, 4, 1)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)