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