Skip to content

Commit 990e7dd

Browse files
committed
version 3.8.1
1 parent 79e6a43 commit 990e7dd

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.8.1
2+
=====
3+
March 16, 2017
4+
5+
Bug Fixes
6+
---------
7+
8+
* implement __le__/__ge__/__ne__ on some custom types (PYTHON-714)
9+
* Fix bug in eventlet and gevent reactors that could cause hangs (PYTHON-721)
10+
* Fix DecimalType regression (PYTHON-724)
11+
112
3.8.0
213
=====
314

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

2828

0 commit comments

Comments
 (0)