3.4.1 changelog and version
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
3.4.1
|
||||
=====
|
||||
May 26, 2016
|
||||
|
||||
Bug Fixes
|
||||
--------
|
||||
* Gevent connection closes on IO timeout (PYTHON-573)
|
||||
* "dictionary changed size during iteration" with Python 3 (PYTHON-572)
|
||||
|
||||
3.4.0
|
||||
=====
|
||||
May 24, 2016
|
||||
|
||||
@@ -22,7 +22,7 @@ class NullHandler(logging.Handler):
|
||||
|
||||
logging.getLogger('cassandra').addHandler(NullHandler())
|
||||
|
||||
__version_info__ = (3, 4, 0, 'post0')
|
||||
__version_info__ = (3, 4, 1)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user