Skip to content

Commit feab7e7

Browse files
committed
3.4 release ver and final changelog
1 parent 1afa1f4 commit feab7e7

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,6 @@
11
3.4.0
22
=====
3+
May 24, 2016
34

45
Features
56
--------
@@ -26,6 +27,7 @@ Bug Fixes
2627
* Don't wait for schema agreement on ignored nodes (PYTHON-531)
2728
* Reprepare on_up with many clients causes node overload (PYTHON-556)
2829
* None inserted into host map when control connection node is decommissioned (PYTHON-548)
30+
* weakref.ref does not accept keyword arguments (github #585)
2931

3032
3.3.0
3133
=====

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, 3, 0, 'post0')
25+
__version_info__ = (3, 4, 0)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)