Closed trentmc closed 3 years ago
The fix of changing from double quotes to single quotes works because the py file called by bumpversion.sh only looks for single quotes.
Commit 1/2, above (https://github.com/oceanprotocol/ocean.py/commit/4cd04ae895df12dc61ba8e6a17f8c3002ff1d0e8) led to complaints by black and flake8.
Commit 2/2, done just now (https://github.com/oceanprotocol/ocean.py/commit/ab8745a6d4ebe4ef7c67ce3da8e7e6ec3acce5de) fixes those.
Describe the bug I got a VersionNotFoundException while trying to use bumpversion.sh as part of release process
To Reproduce
Go through the steps in release-process.md. Step 2 is make a call to
./bumpversion.sh
.I called it with the "patch" sub-argument. It gave me this traceback:
There were no changes made to setup.py or otherwise.
Expected behavior