Skip to content

Commit 09ef4be

Browse files
committed
version 3.13.0
1 parent a50fcb0 commit 09ef4be

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
3.13.0
22
======
3+
January 30, 2018
34

45
Features
56
--------

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

2828

docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ sections:
1313
prebuilds:
1414
- python setup.py build_ext --inplace --force --no-murmur3 --no-cython
1515
versions:
16+
- name: '3.13'
17+
ref: '3.13.0'
1618
- name: '3.12'
1719
ref: '43b9c995'
1820
- name: '3.11'

0 commit comments

Comments
 (0)