Add micro component to calver for same-day releases #138
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/issue-137-micro-calver"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current
YYYY.M.Dcalver scheme blocks a second release on the same date —just releaserefuses to run when today matches the current version. PyPI also forbids re-uploading the same version.Switch to
YYYY.M.D.Nwhere N starts at.1and increments for each subsequent release on the same day.Changes:
pyproject.toml: version2026.8.12.1, bump-my-version parse/serialize updated for 4-component versionsjustfile:releaserecipe now parses current date and micro from the version — same day → bump micro, new day → reset to.1Release-Notes.md: version references synced to2026.8.12.1Release-Notes.md.template: placeholders updated for clarityCloses #137
85438de4ee99518a39adNew commits pushed, approval review dismissed automatically according to repository settings