refactor: remove unused datetime import and update version workflow docs

This commit is contained in:
Esa Kataja
2025-05-16 18:33:55 +03:00
parent ec11b04247
commit 9c5edd1e44
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -1,5 +1,7 @@
# Version update
Here is the workflow for updating the version of the project.
1. Update version in `pyproject.toml`
2. Update version in `uv.lock`
3. Update version in `src/app.py`
@@ -9,3 +11,4 @@
7. Commit changes
8. Tag release
9. Push changes
10. Export docker image to tar file. File name should be `eurovision-25-backend-{version}.tar`