From 3d2f8a6c182db1aa9fd211514a22cfda418778c5 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 10 Sep 2021 12:45:21 -0700 Subject: Version bump to 2.4 --- cli/pyproject.toml | 2 +- cli/setup.py | 2 +- desktop/pyproject.toml | 4 ++-- desktop/src/setup.py | 2 +- snap/snapcraft.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index e0c0f55f..9994240c 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onionshare_cli" -version = "2.3.3" +version = "2.4" description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service." authors = ["Micah Lee "] license = "GPLv3+" diff --git a/cli/setup.py b/cli/setup.py index ce5e229f..407991d0 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,7 +20,7 @@ along with this program. If not, see . """ import setuptools -version = "2.3.3" +version = "2.4" setuptools.setup( name="onionshare-cli", diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index fdb820b4..79056ada 100644 --- a/desktop/pyproject.toml +++ b/desktop/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "OnionShare" bundle = "org.onionshare" -version = "2.3.3" +version = "2.4" url = "https://onionshare.org" license = "GPLv3" author = 'Micah Lee' @@ -13,7 +13,7 @@ description = "Securely and anonymously share files, host websites, and chat wit icon = "src/onionshare/resources/onionshare" sources = ['src/onionshare'] requires = [ - "./onionshare_cli-2.3.3-py3-none-any.whl", + "./onionshare_cli-2.4-py3-none-any.whl", "pyside2==5.15.1", "qrcode" ] diff --git a/desktop/src/setup.py b/desktop/src/setup.py index cd3c21f6..95cad942 100644 --- a/desktop/src/setup.py +++ b/desktop/src/setup.py @@ -20,7 +20,7 @@ along with this program. If not, see . """ import setuptools -version = "2.3.3" +version = "2.4" setuptools.setup( name="onionshare", diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fc1795e8..b1a16ccf 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: onionshare base: core18 -version: '2.3.3' +version: '2.4' summary: Securely and anonymously share files, host websites, and chat using Tor description: | OnionShare lets you securely and anonymously send and receive files. It works by starting -- cgit v1.2.3-54-g00ecf