Updates version information

This commit is contained in:
Saptak S 2024-03-15 12:48:52 +05:30
parent d5c25527ac
commit 3a95001d1f
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF
9 changed files with 17 additions and 9 deletions

View file

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

2
desktop/poetry.lock generated
View file

@ -1018,7 +1018,7 @@ files = [
[[package]]
name = "onionshare-cli"
version = "2.6.1"
version = "2.6.2"
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.8,<3.12"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare"
version = "2.6.1"
version = "2.6.2"
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>"]
license = "GPLv3+"

View file

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