Skip to content

Commit b39dd4c

Browse files
committed
conf.py: set the latest version to 3.9.2
1 parent b0d5709 commit b39dd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def setup(sphinx):
9494
# Adds version variables for monitoring and manager versions when used in inline text
9595

9696
rst_prolog = """
97-
.. |version| replace:: 3.9.1
97+
.. |version| replace:: 3.9.2
9898
.. |mon_root| replace:: `Scylla Monitoring Stack </>`__
9999
"""
100100

@@ -186,7 +186,7 @@ def setup(sphinx):
186186
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
187187
# Defines which version is considered to be the latest stable version.
188188
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
189-
smv_latest_version = 'branch-3.8'
189+
smv_latest_version = 'branch-3.9'
190190
smv_rename_latest_version = 'stable'
191191
# Part of the branch name to skip.
192192
branch_substring_removed = 'branch-'

0 commit comments

Comments
 (0)