From 72c6843d7a627bdf2c6a4cc67441ce0fef24088c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 18 Apr 2019 10:42:54 +0200 Subject: [PATCH] Update min stable --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index b04f09ab5..abe44db01 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 = 13 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 15 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 14 # THIS IS THE SUPPORTED VERSION NUMBER +version_stable = 16 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = [] for v in range(version_start, version_stable + 1):