aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-05-03 18:50:01 -0700
committerMicah Lee <micah@micahflee.com>2021-05-03 18:50:01 -0700
commit5d4966cd09636574eee037b7a38d49d6585ef4e9 (patch)
treec8f2ca94987ad5fe204ca13f44df8f4d354ffebb /desktop/pyproject.toml
parent659ed83853a6e68d9509a7e5f59a38713f02c1e0 (diff)
downloadonionshare-5d4966cd09636574eee037b7a38d49d6585ef4e9.tar.gz
onionshare-5d4966cd09636574eee037b7a38d49d6585ef4e9.zip
Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index de52b2cd..c260512e 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
-version = "2.3.1"
+version = "2.3.2"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
@@ -13,8 +13,8 @@ description = "Securely and anonymously share files, host websites, and chat wit
icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
- "./onionshare_cli-2.3.1-py3-none-any.whl",
- "pyside2==5.15.1",
+ "./onionshare_cli-2.3.2-py3-none-any.whl",
+ "pyside2==5.15.2",
"qrcode"
]