Version bump to 2.3.1

This commit is contained in:
Micah Lee 2021-02-22 13:37:21 -08:00
parent 2a7d9dbd51
commit 89c1b14a8c
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
7 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
2.3
2.3.1

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
version = "2.3"
version = "2.3.1"
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

@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import setuptools
version = "2.3"
version = "2.3.1"
setuptools.setup(
name="onionshare-cli",

View File

@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
version = "2.3"
version = "2.3.1"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
@ -13,7 +13,7 @@ description = "Securely and anonymously share files, host websites, and chat wit
icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3-py3-none-any.whl",
"./onionshare_cli-2.3.1-py3-none-any.whl",
"pyside2==5.15.1",
"qrcode"
]

View File

@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import setuptools
version = "2.3"
version = "2.3.1"
setuptools.setup(
name="onionshare",

View File

@ -19,7 +19,7 @@ languages = [
("Українська", "uk"), # Ukranian
]
versions = ["2.3"]
versions = ["2.3", "2.3.1"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"

View File

@ -1,6 +1,6 @@
name: onionshare
base: core18
version: '2.3'
version: '2.3.1'
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