We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d79a05 commit 52b4398Copy full SHA for 52b4398
2 files changed
CHANGES.txt
@@ -1 +1,2 @@
1
Oct 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.
pyproject.toml
@@ -37,7 +37,7 @@ source = "uv-dynamic-versioning"
37
[tool.uv-dynamic-versioning]
38
fallback-version = "0.0.0"
39
vcs = "git"
40
-pattern = "^(?P<base>\\d+(?:\\.\\d+)*)(?:-(?P<stage>[a-zA-Z]+)(?P<revision>\\d+)?)?"
+pattern = "^(?P<base>\\d+(?:\\.\\d+)*)(?:(?:[-\\.])(?P<stage>[a-zA-Z]+)(?P<revision>\\d+)?)?$"
41
42
[tool.uv]
43
cache-keys = [{ file = "pyproject.toml" }, { git = { commit = true, tags = true } }]
0 commit comments