Skip to content

Commit

Permalink
conf.py: set the latest version to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amnonh committed Dec 15, 2021
1 parent b0d5709 commit b39dd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setup(sphinx):
# Adds version variables for monitoring and manager versions when used in inline text

rst_prolog = """
.. |version| replace:: 3.9.1
.. |version| replace:: 3.9.2
.. |mon_root| replace:: `Scylla Monitoring Stack </>`__
"""

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

0 comments on commit b39dd4c

Please sign in to comment.