aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 09:51:04 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 09:51:04 -0800
commit4729af55984abfaba494e31862f69f35494467e9 (patch)
tree96423d676c3ba788b6f5f659e6b04789ef5cfa7c
parentababc2de46cd5d259bc08c4d037a145f8fc23187 (diff)
downloadonionshare-4729af55984abfaba494e31862f69f35494467e9.tar.gz
onionshare-4729af55984abfaba494e31862f69f35494467e9.zip
Actually bump version to 2.5
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--cli/pyproject.toml2
-rw-r--r--desktop/org.onionshare.OnionShare.appdata.xml2
-rw-r--r--desktop/pyproject.toml2
-rw-r--r--docs/source/conf.py4
-rw-r--r--snap/snapcraft.yaml2
6 files changed, 7 insertions, 7 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 58073ef8..68151b2e 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.4.1 \ No newline at end of file
+2.5 \ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 68bdf57e..49418205 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -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+"
diff --git a/desktop/org.onionshare.OnionShare.appdata.xml b/desktop/org.onionshare.OnionShare.appdata.xml
index f6cf732c..b911b382 100644
--- a/desktop/org.onionshare.OnionShare.appdata.xml
+++ b/desktop/org.onionshare.OnionShare.appdata.xml
@@ -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>
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index f8d72560..71026f92 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -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+"
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 74fa88cc..72a0743c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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"
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index e64b4af1..0dcdc3a0 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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