From 9e4df9c8e0ebdae85efd860284a74705c8c3cd4a Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 9 Sep 2021 19:50:02 -0700 Subject: Bump version to 2.4 in cli and docs --- cli/onionshare_cli/resources/version.txt | 2 +- docs/source/conf.py | 4 ++-- 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" -- cgit v1.2.3-54-g00ecf