From 56f12d3a443b38e17e8e4ec148c08fc0cf37bd5b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 27 Feb 2020 08:59:56 +0100 Subject: [PATCH] 16 min 18 max Signed-off-by: Roeland Jago Douma --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index faedbbd85..2c895dd52 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 = 15 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 17 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 16 # THIS IS THE SUPPORTED VERSION NUMBER +version_stable = 18 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = [] for v in range(version_start, version_stable + 1):