Skip to content

Commit 0dc0d58

Browse files
committed
2.6.0c1 version
1 parent cf14326 commit 0dc0d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def emit(self, record):
2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

2525

26-
__version_info__ = (2, 5, 1, 'post')
26+
__version_info__ = (2, 6, '0c1')
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

0 commit comments

Comments
 (0)