From b39dd4c57ffbd66da51ef68ed7e61d1c0a636983 Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Wed, 15 Dec 2021 21:39:51 +0200 Subject: [PATCH] conf.py: set the latest version to 3.9.2 --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b7f83c6292..19423e08c3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 `__ """ @@ -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-'