Skip to content

Commit

Permalink
Release 3.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Mar 1, 2024
1 parent db79cff commit f356716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cassandra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def emit(self, record):

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

__version_info__ = (3, 26, 6)
__version_info__ = (3, 26, 7)
__version__ = '.'.join(map(str, __version_info__))


Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# -- Global variables

# 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.6-scylla']
TAGS = ['3.21.0-scylla', '3.22.3-scylla', '3.24.8-scylla', '3.25.4-scylla', '3.25.11-scylla', '3.26.7-scylla']
BRANCHES = ['master']
# Set the latest version.
LATEST_VERSION = '3.26.6-scylla'
LATEST_VERSION = '3.26.7-scylla'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['master']
# Set which versions are deprecated
Expand Down

0 comments on commit f356716

Please sign in to comment.