mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-02 01:25:26 -05:00
Actually bump version to 2.5
This commit is contained in:
parent
ababc2de46
commit
4729af5598
@ -1 +1 @@
|
||||
2.4.1
|
||||
2.5
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "onionshare_cli"
|
||||
version = "2.4.1"
|
||||
version = "2.5"
|
||||
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+"
|
||||
|
@ -24,6 +24,6 @@
|
||||
<update_contact>micah@micahflee.com</update_contact>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release type="development" date="2022-01-17" version="2.4.1" />
|
||||
<release type="development" date="2022-01-17" version="2.5" />
|
||||
</releases>
|
||||
</component>
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "onionshare"
|
||||
version = "2.4.1"
|
||||
version = "2.5"
|
||||
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+"
|
||||
|
@ -1,6 +1,6 @@
|
||||
project = "OnionShare"
|
||||
author = copyright = "Micah Lee, et al."
|
||||
version = release = "2.4.1"
|
||||
version = release = "2.5"
|
||||
|
||||
extensions = ["sphinx_rtd_theme"]
|
||||
templates_path = ["_templates"]
|
||||
@ -19,7 +19,7 @@ languages = [
|
||||
("Українська", "uk"), # Ukrainian
|
||||
]
|
||||
|
||||
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.4.1"]
|
||||
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5"]
|
||||
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_logo = "_static/logo.png"
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: onionshare
|
||||
base: core18
|
||||
version: '2.4.1'
|
||||
version: '2.5'
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user