aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-08 20:53:08 -0800
committerMicah Lee <micah@micahflee.com>2020-11-08 20:53:08 -0800
commit1514ffb56a940543340d6cd7a1b95134000c8baf (patch)
tree08aace927fead6491b9fed287f869c36f2d8c4e6
parent0154c8477c38619ebde2c7128c7704e5afb084e3 (diff)
downloadonionshare-1514ffb56a940543340d6cd7a1b95134000c8baf.tar.gz
onionshare-1514ffb56a940543340d6cd7a1b95134000c8baf.zip
Also version bump the onionshare-cli whl file
-rw-r--r--RELEASE.md2
-rw-r--r--desktop/pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index d0c31770..f3550bf2 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,7 +9,7 @@ Before making a release, you must update the version in these places:
- [ ] `cli/pyproject.toml`
- [ ] `cli/setup.py`
- [ ] `cli/onionshare_cli/resources/version.txt`
-- [ ] `desktop/pyproject.toml` (under `version` and the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency)
+- [ ] `desktop/pyproject.toml` (under `version` and **don't forget** the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency)
- [ ] `desktop/src/setup.py`
- [ ] `docs/source/conf.py`
- [ ] `snap/snapcraft.yaml`
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index d5de5461..d1be9c45 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -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.dev1-py3-none-any.whl",
+ "./onionshare_cli-2.3.dev2-py3-none-any.whl",
"psutil",
"pyside2==5.15.1",
"qrcode"