version 3.11.0

This commit is contained in:
Jim Witschey 2017-07-24 15:59:03 -04:00
parent d1da2b5685
commit 48accb56e5
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, 10, 0, 'post0')
__version_info__ = (3, 11, 0)
__version__ = '.'.join(map(str, __version_info__))

View File

@ -13,6 +13,8 @@ sections:
prebuilds:
- python setup.py build_ext --inplace --force --no-murmur3 --no-cython
versions:
- name: '3.11'
ref: '3.11.0'
- name: '3.10'
ref: 64572368
- name: 3.9