Add version update docs

This commit is contained in:
Esa Kataja
2025-05-16 12:54:05 +03:00
parent 4fcd168a85
commit e1c3f6e7c5
+10
View File
@@ -0,0 +1,10 @@
# Version update
1. Update version in `pyproject.toml`
2. Update version in `uv.lock`
3. Update version in `src/app.py`
4. Update `CHANGES.md`. Take info from git log
5. Update `README.md`
6. Commit changes
7. Tag release
8. Push changes