summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 23:36:08 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 23:36:08 -0400
commit7173a4b9d35cd4a297107b6134471f310a7a2aba (patch)
tree6fa03fa6a77198a4713e5cd317d0c2498c4503b6
parent21a4f0ee01b9f8f1d9c1ca01861fb967e12a9e68 (diff)
downloadonionshare-7173a4b9d35cd4a297107b6134471f310a7a2aba.tar.gz
onionshare-7173a4b9d35cd4a297107b6134471f310a7a2aba.zip
Version bump to 2.6.dev1
-rw-r--r--CHANGELOG.md4
-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--desktop/setup.py2
-rw-r--r--docs/source/conf.py2
-rw-r--r--snap/snapcraft.yaml4
8 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce455a45..33c0efbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# OnionShare Changelog
+## 2.6
+
+* TODO
+
## 2.5
* Security fix: Sanitize the path parameter in History item widget to be plain text
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 68151b2e..2a15fcc8 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.5 \ No newline at end of file
+2.6.dev1 \ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 5ddaf565..1983cf59 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.5"
+version = "2.6"
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 d6afc314..f7ba36a8 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.5" />
+ <release type="development" date="2022-06-19" version="2.6" />
</releases>
</component>
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index d6809d99..ece0ddb3 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare"
-version = "2.5"
+version = "2.6"
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/setup.py b/desktop/setup.py
index 24359907..44cfb030 100644
--- a/desktop/setup.py
+++ b/desktop/setup.py
@@ -3,7 +3,7 @@
import setuptools
# The version must be hard-coded because Snapcraft won't have access to ../cli
-version = "2.5"
+version = "2.6"
setuptools.setup(
name="onionshare",
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 36679497..37b7acb3 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.5"
+version = release = "2.6"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index acdc3fd2..e0cac6d1 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: onionshare
base: core18
-version: '2.5'
+version: "2.6"
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
@@ -15,7 +15,7 @@ apps:
onionshare:
common-id: org.onionshare.OnionShare
command: onionshare
- extensions: [ gnome-3-34 ]
+ extensions: [gnome-3-34]
plugs:
- desktop
- home