File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11Oct 16 2019 v2.0.0: Complete change of IndicoIo API through the Indico IPA platform. For IPA Platform API use only.
2+ Mar 13 2026 Unreleased: Support matching release tags that include dotted PEP 440 suffixes (for example `7.9.0.post1`) in dynamic versioning.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ source = "uv-dynamic-versioning"
3737[tool .uv-dynamic-versioning ]
3838fallback-version = " 0.0.0"
3939vcs = " git"
40- pattern = " ^(?P<base>\\ d+(?:\\ .\\ d+)*)(?:- (?P<stage>[a-zA-Z]+)(?P<revision>\\ d+)?)?"
40+ pattern = " ^(?P<base>\\ d+(?:\\ .\\ d+)*)(?:(?:[- \\ .]) (?P<stage>[a-zA-Z]+)(?P<revision>\\ d+)?)?$ "
4141
4242[tool .uv ]
4343cache-keys = [{ file = " pyproject.toml" }, { git = { commit = true , tags = true } }]
You can’t perform that action at this time.
0 commit comments