mirror of
https://github.com/onionshare/onionshare.git
synced 2025-11-24 16:33:38 -05:00
Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2
This commit is contained in:
parent
659ed83853
commit
5d4966cd09
7 changed files with 19 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
2.3.1
|
||||
2.3.2
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "onionshare_cli"
|
||||
version = "2.3.1"
|
||||
version = "2.3.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+"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
"""
|
||||
import setuptools
|
||||
|
||||
version = "2.3.1"
|
||||
version = "2.3.2"
|
||||
|
||||
setuptools.setup(
|
||||
name="onionshare-cli",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue