summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-10 13:38:00 -0700
committerMicah Lee <micah@micahflee.com>2021-09-10 13:38:00 -0700
commitf454c58c573b5256b5e6291aa4591305113ed580 (patch)
tree87611e7d001b378d715e4c5b156b33b0cf43a3a2
parent0bbaf5e55c1592af8375510f9d4579cd5f932a52 (diff)
downloadonionshare-f454c58c573b5256b5e6291aa4591305113ed580.tar.gz
onionshare-f454c58c573b5256b5e6291aa4591305113ed580.zip
Change version to 2.4.dev1, to make a dev release
-rw-r--r--CHANGELOG.md2
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--desktop/pyproject.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a8a88a7..d65494a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
## 2.4
* Major feature: Private keys (v3 onion client authentication) replaces passwords and HTTP basic auth
-* Updated Tor to TODO
+* Updated Tor to 0.4.6.7 on all platforms
* Various bug fixes
## 2.3.3
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 7208c218..953cd63b 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.4 \ No newline at end of file
+2.4.dev1 \ No newline at end of file
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 79056ada..32c44974 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.4"
+version = "2.4.dev1"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'