summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-09 19:50:02 -0700
committerMicah Lee <micah@micahflee.com>2021-09-09 19:50:02 -0700
commit9e4df9c8e0ebdae85efd860284a74705c8c3cd4a (patch)
treef6dcf6212828dc255581c5e3030a9d96d5f6e8d3
parent24e48801d2a02decfb86ebb16bb52a6ce8f8ada8 (diff)
downloadonionshare-9e4df9c8e0ebdae85efd860284a74705c8c3cd4a.tar.gz
onionshare-9e4df9c8e0ebdae85efd860284a74705c8c3cd4a.zip
Bump version to 2.4 in cli and docs
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--docs/source/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 45674f16..7208c218 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.3.3 \ No newline at end of file
+2.4 \ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index df11ed68..5fcb3867 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.3.3"
+version = release = "2.4"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
@@ -16,7 +16,7 @@ languages = [
("Українська", "uk"), # Ukranian
]
-versions = ["2.3", "2.3.1", "2.3.2", "2.3.3"]
+versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"