aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-05-03 18:50:01 -0700
committerMicah Lee <micah@micahflee.com>2021-05-03 18:50:01 -0700
commit5d4966cd09636574eee037b7a38d49d6585ef4e9 (patch)
treec8f2ca94987ad5fe204ca13f44df8f4d354ffebb /docs/source/conf.py
parent659ed83853a6e68d9509a7e5f59a38713f02c1e0 (diff)
downloadonionshare-5d4966cd09636574eee037b7a38d49d6585ef4e9.tar.gz
onionshare-5d4966cd09636574eee037b7a38d49d6585ef4e9.zip
Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 8389ed69..8d8bc100 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,8 +1,6 @@
-
-
project = "OnionShare"
author = copyright = "Micah Lee, et al."
-version = release = "2.3.1"
+version = release = "2.3.2"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
@@ -18,7 +16,7 @@ languages = [
("Українська", "uk"), # Ukranian
]
-versions = ["2.3", "2.3.1"]
+versions = ["2.3", "2.3.1", "2.3.2"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"