From fd2081f8946d91f8c83cb11e3caf2ea194a9ca60 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 12 Nov 2021 00:00:52 +0100 Subject: [PATCH] mark 20 EOL Signed-off-by: Arthur Schiwon --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 1d8265f45..d64495d60 100644 --- a/conf.py +++ b/conf.py @@ -36,7 +36,7 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 20 # THIS IS THE SUPPORTED VERSION NUMBER +version_start = 21 # THIS IS THE SUPPORTED VERSION NUMBER version_stable = 22 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = []