1.0.2 Release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
1.0.2
|
||||
=====
|
||||
In Progress
|
||||
March 4, 2014
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
@@ -9,7 +9,7 @@ class NullHandler(logging.Handler):
|
||||
logging.getLogger('cassandra').addHandler(NullHandler())
|
||||
|
||||
|
||||
__version_info__ = (1, 0, 1, 'post')
|
||||
__version_info__ = (1, 0, 2)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user