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