Skip to content

Commit 11b3ac1

Browse files
committed
Release 3.26.3
1 parent 501640c commit 11b3ac1

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

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

26-
__version_info__ = (3, 26, 2)
26+
__version_info__ = (3, 26, 3)
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

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.11-scylla', '3.26.2-scylla']
14+
TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla', '3.26.3-scylla']
1515
BRANCHES = ['master']
1616
# Set the latest version.
17-
LATEST_VERSION = '3.26.2-scylla'
17+
LATEST_VERSION = '3.26.3-scylla'
1818
# Set which versions are not released yet.
1919
UNSTABLE_VERSIONS = ['master']
2020
# Set which versions are deprecated

0 commit comments

Comments
 (0)