3.3 version and date
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
3.3.0
|
||||
=====
|
||||
May 2, 2016
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
@@ -22,7 +22,7 @@ class NullHandler(logging.Handler):
|
||||
|
||||
logging.getLogger('cassandra').addHandler(NullHandler())
|
||||
|
||||
__version_info__ = (3, 2, 2, 'post0')
|
||||
__version_info__ = (3, 3, 0)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user