We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40393ff commit 15ef6acCopy full SHA for 15ef6ac
cassandra/__init__.py
@@ -22,7 +22,7 @@ def emit(self, record):
22
23
logging.getLogger('cassandra').addHandler(NullHandler())
24
25
-__version_info__ = (3, 12, 0)
+__version_info__ = (3, 12, 0, 'post0')
26
__version__ = '.'.join(map(str, __version_info__))
27
28
0 commit comments