Skip to content

Commit 0390dcf

Browse files
committed
Release 3.22.3
* 3ea763 fddaa7 - intergation tests running with scylla 4.1 on each PR * b740a3 - new wheels for python3.9 (only for mac and linux, for now)
1 parent b740a35 commit 0390dcf

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
@@ -22,7 +22,7 @@ def emit(self, record):
2222

2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

25-
__version_info__ = (3, 22, 2)
25+
__version_info__ = (3, 22, 3)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)