aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 09:51:04 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 09:51:04 -0800
commit4729af55984abfaba494e31862f69f35494467e9 (patch)
tree96423d676c3ba788b6f5f659e6b04789ef5cfa7c /docs/source/conf.py
parentababc2de46cd5d259bc08c4d037a145f8fc23187 (diff)
downloadonionshare-4729af55984abfaba494e31862f69f35494467e9.tar.gz
onionshare-4729af55984abfaba494e31862f69f35494467e9.zip
Actually bump version to 2.5
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 74fa88cc..72a0743c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,6 +1,6 @@
project = "OnionShare"
author = copyright = "Micah Lee, et al."
-version = release = "2.4.1"
+version = release = "2.5"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
@@ -19,7 +19,7 @@ languages = [
("Українська", "uk"), # Ukrainian
]
-versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.4.1"]
+versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"