Show 20 as current and latest release

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2020-10-05 12:15:01 +02:00
parent a25a363592
commit 8ff42fd5a9
2 changed files with 14 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 17 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 19 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
version_stable = 20 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):