From 89c1b14a8c2fdf4534b6d82ea9a3ffaab0fcd197 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 22 Feb 2021 13:37:21 -0800 Subject: Version bump to 2.3.1 --- cli/onionshare_cli/resources/version.txt | 2 +- cli/pyproject.toml | 2 +- cli/setup.py | 2 +- desktop/pyproject.toml | 4 ++-- desktop/src/setup.py | 2 +- docs/source/conf.py | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index c0943d3e..a6254504 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.3 \ No newline at end of file +2.3.1 \ No newline at end of file diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 2843d0bb..e393a8c5 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onionshare_cli" -version = "2.3" +version = "2.3.1" 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 4f9a5bd8..90f7ddbc 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -25,7 +25,7 @@ along with this program. If not, see . import os import setuptools -version = "2.3" +version = "2.3.1" setuptools.setup( name="onionshare-cli", diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index a715e9ee..de52b2cd 100644 --- a/desktop/pyproject.toml +++ b/desktop/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "OnionShare" bundle = "org.onionshare" -version = "2.3" +version = "2.3.1" 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-py3-none-any.whl", + "./onionshare_cli-2.3.1-py3-none-any.whl", "pyside2==5.15.1", "qrcode" ] diff --git a/desktop/src/setup.py b/desktop/src/setup.py index 6c4ae724..83aeeba1 100644 --- a/desktop/src/setup.py +++ b/desktop/src/setup.py @@ -25,7 +25,7 @@ along with this program. If not, see . import os import setuptools -version = "2.3" +version = "2.3.1" setuptools.setup( name="onionshare", diff --git a/docs/source/conf.py b/docs/source/conf.py index 5ee45ac1..d5eae9f8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ languages = [ ("Українська", "uk"), # Ukranian ] -versions = ["2.3"] +versions = ["2.3", "2.3.1"] html_theme = "sphinx_rtd_theme" html_logo = "_static/logo.png" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 13ab9bb3..00682777 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: onionshare base: core18 -version: '2.3' +version: '2.3.1' 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