aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2023-12-28 16:14:36 +0530
committerSaptak S <saptak013@gmail.com>2023-12-28 16:14:36 +0530
commit5aa4cc09572301aa1a2ac933785b1e399f15cac2 (patch)
tree4bd072f5f8c6cb4005026904856da9bede2d9c61
parent763bcdbbbc9df979bc213a5d0f9417616509a473 (diff)
downloadonionshare-5aa4cc09572301aa1a2ac933785b1e399f15cac2.tar.gz
onionshare-5aa4cc09572301aa1a2ac933785b1e399f15cac2.zip
Updates the version information
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--cli/pyproject.toml2
-rw-r--r--desktop/pyproject.toml2
-rw-r--r--desktop/setup.py2
-rw-r--r--snap/snapcraft.yaml2
5 files changed, 5 insertions, 5 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 4fb5836e..6a6a3d8e 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.6.1.dev1 \ No newline at end of file
+2.6.1
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 5b458aae..e47f6496 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.6.1.dev1"
+version = "2.6.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+"
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 10146058..d5745eda 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare"
-version = "2.6.1.dev1"
+version = "2.6.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+"
diff --git a/desktop/setup.py b/desktop/setup.py
index 275b6b3a..7e947f51 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.6.1-dev1"
+version = "2.6.1"
setuptools.setup(
name="onionshare",
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 09f7d293..4fab8490 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: onionshare
base: core22
-version: "2.6.1.dev1"
+version: "2.6.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