From ec7dde5dd8e8e9fbe3a1dc41f3022b523f9cda6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 28 Mar 2024 14:14:33 +0100 Subject: [PATCH] chore: 26 is EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 591c21bf0..98091a240 100644 --- a/conf.py +++ b/conf.py @@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 26 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 28 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 27 # 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