We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7907d96 commit 2259854Copy full SHA for 2259854
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, 5, 0, 'post0')
+__version_info__ = (3, 6, 0)
26
__version__ = '.'.join(map(str, __version_info__))
27
28
0 commit comments