Update version number to 2.6.3

This commit is contained in:
Miguel Jacq 2025-02-12 14:23:41 +11:00
parent 795f63f7d6
commit dfb97f1ad2
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
9 changed files with 11 additions and 11 deletions

View file

@ -1 +1 @@
2.6.2 2.6.3

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "onionshare_cli" 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." 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 <micah@micahflee.com>"] authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+" license = "GPLv3+"

View file

@ -24,6 +24,6 @@
<update_contact>micah@micahflee.com</update_contact> <update_contact>micah@micahflee.com</update_contact>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release type="development" date="2024-03-18" version="2.6.2" /> <release type="development" date="2025-02-18" version="2.6.3" />
</releases> </releases>
</component> </component>

2
desktop/poetry.lock generated
View file

@ -1168,7 +1168,7 @@ files = [
[[package]] [[package]]
name = "onionshare-cli" 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." 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 optional = false
python-versions = ">=3.9,<3.13" python-versions = ">=3.9,<3.13"

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "onionshare" 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." 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 <micah@micahflee.com>"] authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+" license = "GPLv3+"

View file

@ -3,7 +3,7 @@
import setuptools import setuptools
# The version must be hard-coded because Snapcraft won't have access to ../cli # The version must be hard-coded because Snapcraft won't have access to ../cli
version = "2.6.2" version = "2.6.3"
setuptools.setup( setuptools.setup(
name="onionshare", name="onionshare",

View file

@ -1,6 +1,6 @@
project = "OnionShare" project = "OnionShare"
author = copyright = "Micah Lee, et al." author = copyright = "Micah Lee, et al."
version = release = "2.6.2" version = release = "2.6.3"
extensions = ["sphinx_rtd_theme"] extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"] templates_path = ["_templates"]
@ -25,7 +25,7 @@ languages = [
("Tiếng Việt", "vi"), # Vietnamese ("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_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png" html_logo = "_static/logo.png"

View file

@ -119,7 +119,7 @@ modules:
path: .. path: ..
# - type: git # - type: git
# url: https://github.com/onionshare/onionshare.git # url: https://github.com/onionshare/onionshare.git
# tag: v2.6.2 # tag: v2.6.3
modules: modules:
- onionshare-desktop.yaml - onionshare-desktop.yaml
- name: onionshare-cli - name: onionshare-cli
@ -132,6 +132,6 @@ modules:
path: .. path: ..
# - type: git # - type: git
# url: https://github.com/onionshare/onionshare.git # url: https://github.com/onionshare/onionshare.git
# tag: v2.6.2 # tag: v2.6.3
modules: modules:
- onionshare-cli.yaml - onionshare-cli.yaml

View file

@ -1,6 +1,6 @@
name: onionshare name: onionshare
base: core24 base: core24
version: "2.6.2" version: "2.6.3"
summary: Securely and anonymously share files, host websites, and chat using Tor summary: Securely and anonymously share files, host websites, and chat using Tor
description: | description: |
OnionShare lets you securely and anonymously send and receive files. It works by starting OnionShare lets you securely and anonymously send and receive files. It works by starting