Release¶
- Update the version in
pyproject.toml
- Update the changelog in
CHANGELOG.md
- Add a new section for the new version below the "Unreleased" section
- At the bottom of the changelog, update the comparison link for the "Unreleased" and new versions
- Generate new
uv.lock
file withuv lock
- With the changes, create commit with message "Bump SeReTo version to x.y.z"
- Create a new tag with
git tag vx.y.z