diff --git a/cassandra/__init__.py b/cassandra/__init__.py index 84b459fc98..d5b1944cfd 100644 --- a/cassandra/__init__.py +++ b/cassandra/__init__.py @@ -22,7 +22,7 @@ def emit(self, record): logging.getLogger('cassandra').addHandler(NullHandler()) -__version_info__ = (3, 26, 1) +__version_info__ = (3, 26, 2) __version__ = '.'.join(map(str, __version_info__)) diff --git a/docs/conf.py b/docs/conf.py index 9584c7556a..94eb076275 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,10 +11,10 @@ # -- General configuration ----------------------------------------------------- # Build documentation for the following tags and branches -TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla', '3.26.1-scylla'] +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'] BRANCHES = ['master'] # Set the latest version. -LATEST_VERSION = '3.26.1-scylla' +LATEST_VERSION = '3.26.2-scylla' # Set which versions are not released yet. UNSTABLE_VERSIONS = ['master'] # Set which versions are deprecated