Skip to content

Commit 6959e30

Browse files
committed
Release 3.25.10
1 parent 0e6e37b commit 6959e30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cassandra/__init__.py

+1-1
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, 25, 9)
25+
__version_info__ = (3, 25, 10)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# -- General configuration -----------------------------------------------------
1212

1313
# Build documentation for the following tags and branches
14-
TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.9-scylla']
14+
TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.10-scylla']
1515
BRANCHES = ['master']
1616
# Set the latest version.
17-
LATEST_VERSION = '3.25.9-scylla'
17+
LATEST_VERSION = '3.25.10-scylla'
1818
# Set which versions are not released yet.
1919
UNSTABLE_VERSIONS = ['master']
2020
# Set which versions are deprecated

0 commit comments

Comments
 (0)