3.8.0 version

This commit is contained in:
Jim Witschey
2017-02-21 14:34:21 -05:00
parent 03a2636f33
commit 0cc95ace26
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ class NullHandler(logging.Handler):
logging.getLogger('cassandra').addHandler(NullHandler())
__version_info__ = (3, 7, 1, 'post0')
__version_info__ = (3, 8, 0)
__version__ = '.'.join(map(str, __version_info__))

View File

@@ -11,6 +11,8 @@ sections:
type: sphinx
directory: docs
versions:
- name: 3.8
ref: 3.8-doc
- name: 3.7
ref: 3.7-doc
- name: 3.6