From 2e2c753b0de68637e28d379345a7ce58543951f7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 25 Jun 2024 15:10:59 +0200 Subject: [PATCH] build: 27 is now 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 7ad81c245..f4467bde3 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 = 27 # THIS IS THE SUPPORTED VERSION NUMBER +version_start = 28 # THIS IS THE SUPPORTED VERSION NUMBER version_stable = 29 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER # Also search for "TODO ON RELEASE" in the rst files