Release 1.1.2

This commit is contained in:
Tyler Hobbs
2014-05-08 16:19:42 -05:00
parent cc26613bdb
commit 51206c0f18
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
1.1.2
=====
In Progress
May 8, 2014
Features
--------

View File

@@ -23,7 +23,7 @@ class NullHandler(logging.Handler):
logging.getLogger('cassandra').addHandler(NullHandler())
__version_info__ = (1, 1, 1, 'post')
__version_info__ = (1, 1, 2)
__version__ = '.'.join(map(str, __version_info__))