Stable is 22

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2021-07-06 15:03:05 +02:00
parent 4999b0c6d1
commit 14ad1b7875
3 changed files with 21 additions and 19 deletions

View File

@@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png"
rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 19 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 21 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
version_start = 20 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 22 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):