chore(api): maintain api version using poetry

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2332>
This commit is contained in:
jo 2023-01-21 00:46:30 +01:00 committed by Marge
commit 47944b18de
3 changed files with 22 additions and 10 deletions

View file

@ -55,10 +55,12 @@ Once we're ready to release a new version of the software, we can use the follow
nano CHANGELOG # Add these lists to the CHANGELOG
```
7. Update the `__version__` variable to the next release version
7. Update the next release version
```sh
nano api/funkwhale_api/__init__.py
cd api
poetry version "$NEXT_RELEASE"
cd ..
```
8. Commit all changes