mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 22:09:15 -04:00
Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest languages
This commit is contained in:
parent
9d7b6251ff
commit
ff512b528a
26 changed files with 24 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
[tool.briefcase]
|
||||
project_name = "OnionShare"
|
||||
bundle = "org.onionshare"
|
||||
version = "2.3.dev2"
|
||||
version = "2.3"
|
||||
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.dev2-py3-none-any.whl",
|
||||
"./onionshare_cli-2.3-py3-none-any.whl",
|
||||
"pyside2==5.15.1",
|
||||
"qrcode"
|
||||
]
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
<update_contact>micah@micahflee.com</update_contact>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release type="development" date="2020-11-08" version="2.3.dev2" />
|
||||
<release type="development" date="2021-02-17" version="2.3" />
|
||||
</releases>
|
||||
</component>
|
||||
|
|
|
@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
import os
|
||||
import setuptools
|
||||
|
||||
version = "2.3.dev2"
|
||||
version = "2.3"
|
||||
|
||||
setuptools.setup(
|
||||
name="onionshare",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue