Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-08 17:55:02 +0300
committerJoas Schilling <coding@schilljs.com>2022-11-08 17:55:02 +0300
commit5b9576e84029760e42ea9466ee29c7c1dbcd4af3 (patch)
treed763bb0d05133f84f6c24575db08fbbe21061eb8
parent2ac8c0ea9b04de1b6159e1d6f0e236e18b6a63f2 (diff)
Bump conf.py versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 78d9a54d9..e5bf31069 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 = 22 # THIS IS THE SUPPORTED VERSION NUMBER
-version_stable = 24 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
+version_start = 23 # THIS IS THE SUPPORTED VERSION NUMBER
+version_stable = 25 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):