summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-15 15:31:22 -0800
committerMicah Lee <micah@micahflee.com>2021-02-15 15:31:22 -0800
commit54eb4d682af810d077ae58976c470e2502c61dff (patch)
treea94269768a5f939683ad74c2c2f13516fa28b044 /cli
parent1daa18873eeb26e638595fd9544bce120b7af30f (diff)
downloadonionshare-54eb4d682af810d077ae58976c470e2502c61dff.tar.gz
onionshare-54eb4d682af810d077ae58976c470e2502c61dff.zip
Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest languages
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--cli/pyproject.toml2
-rw-r--r--cli/setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt
index 355ca743..c0943d3e 100644
--- a/cli/onionshare_cli/resources/version.txt
+++ b/cli/onionshare_cli/resources/version.txt
@@ -1 +1 @@
-2.3.dev2 \ No newline at end of file
+2.3 \ No newline at end of file
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index eb5db684..2843d0bb 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare_cli"
-version = "2.3.dev2"
+version = "2.3"
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/cli/setup.py b/cli/setup.py
index 1ebe028c..fa597408 100644
--- a/cli/setup.py
+++ b/cli/setup.py
@@ -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-cli",