Skip to content

Commit

Permalink
version 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mambocab committed Nov 12, 2018
1 parent 8c1a909 commit 85466dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,6 +1,6 @@
3.16.0
======
NOT RELEASED
November 12, 2018

Bug Fixes
---------
Expand Down
2 changes: 1 addition & 1 deletion cassandra/__init__.py
Expand Up @@ -22,7 +22,7 @@ def emit(self, record):

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

__version_info__ = (3, 15, 1, 'post0')
__version_info__ = (3, 16, 0)
__version__ = '.'.join(map(str, __version_info__))


Expand Down
2 changes: 2 additions & 0 deletions docs.yaml
Expand Up @@ -22,6 +22,8 @@ sections:
# build extensions like libev
CASS_DRIVER_NO_CYTHON=1 python setup.py build_ext --inplace --force
versions:
- name: '3.16'
ref: '3.16.0'
- name: '3.15'
ref: '2ce0bd97'
- name: '3.14'
Expand Down

0 comments on commit 85466dd

Please sign in to comment.