diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index 097a15a2..ec1cf33c 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.6.2 +2.6.3 diff --git a/cli/pyproject.toml b/cli/pyproject.toml index bf4595aa..5bc9df08 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onionshare_cli" -version = "2.6.2" +version = "2.6.3" 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/desktop/org.onionshare.OnionShare.appdata.xml b/desktop/org.onionshare.OnionShare.appdata.xml index bff830db..28451f78 100644 --- a/desktop/org.onionshare.OnionShare.appdata.xml +++ b/desktop/org.onionshare.OnionShare.appdata.xml @@ -24,6 +24,6 @@ micah@micahflee.com - + diff --git a/desktop/poetry.lock b/desktop/poetry.lock index 7997860f..d53b6eeb 100644 --- a/desktop/poetry.lock +++ b/desktop/poetry.lock @@ -1168,7 +1168,7 @@ files = [ [[package]] name = "onionshare-cli" -version = "2.6.2" +version = "2.6.3" 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." optional = false python-versions = ">=3.9,<3.13" diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index 9aca0ffa..595c15af 100644 --- a/desktop/pyproject.toml +++ b/desktop/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onionshare" -version = "2.6.2" +version = "2.6.3" 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/desktop/setup.py b/desktop/setup.py index cba2736b..825b000c 100644 --- a/desktop/setup.py +++ b/desktop/setup.py @@ -3,7 +3,7 @@ import setuptools # The version must be hard-coded because Snapcraft won't have access to ../cli -version = "2.6.2" +version = "2.6.3" setuptools.setup( name="onionshare", diff --git a/docs/source/conf.py b/docs/source/conf.py index 3336ebc4..0b64a078 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.6.2" +version = release = "2.6.3" extensions = ["sphinx_rtd_theme"] templates_path = ["_templates"] @@ -25,7 +25,7 @@ languages = [ ("Tiếng Việt", "vi"), # Vietnamese ] -versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1", "2.6.2"] +versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1", "2.6.2", "2.6.3"] html_theme = "sphinx_rtd_theme" html_logo = "_static/logo.png" diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml index 75e874a9..cd97ba78 100644 --- a/flatpak/org.onionshare.OnionShare.yaml +++ b/flatpak/org.onionshare.OnionShare.yaml @@ -119,7 +119,7 @@ modules: path: .. # - type: git # url: https://github.com/onionshare/onionshare.git - # tag: v2.6.2 + # tag: v2.6.3 modules: - onionshare-desktop.yaml - name: onionshare-cli @@ -132,6 +132,6 @@ modules: path: .. # - type: git # url: https://github.com/onionshare/onionshare.git - # tag: v2.6.2 + # tag: v2.6.3 modules: - onionshare-cli.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4f627738..35ce0cbc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: onionshare base: core24 -version: "2.6.2" +version: "2.6.3" 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