From 1514ffb56a940543340d6cd7a1b95134000c8baf Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 8 Nov 2020 20:53:08 -0800 Subject: Also version bump the onionshare-cli whl file --- RELEASE.md | 2 +- desktop/pyproject.toml | 2 +- 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" -- cgit v1.2.3-54-g00ecf