Compare commits
No commits in common. "main" and "v0.2.7" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pycage"
|
||||
version = "0.2.8"
|
||||
version = "0.2.7"
|
||||
description = "tool to handle standalone Python installations from the CLI"
|
||||
authors = [
|
||||
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
|
||||
@ -78,7 +78,7 @@ directory = "reports/coverage"
|
||||
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.2.8"
|
||||
current_version = "0.2.7"
|
||||
parse = """(?x)
|
||||
(?P<major>0|[1-9]\\d*)\\.
|
||||
(?P<minor>0|[1-9]\\d*)\\.
|
||||
|
||||
@ -1 +1 @@
|
||||
pdm build -d build/ --no-sdist
|
||||
pdm build -d build/
|
||||
@ -13,5 +13,4 @@ PyVersionToReleaseTag: TypeAlias = tuple[str, str]
|
||||
PY_VERSION_TO_RELEASE_TAG_PAIRS: Final[tuple[PyVersionToReleaseTag, ...]] = (
|
||||
("3.11.12", "20250409"),
|
||||
("3.11.13", "20250702"),
|
||||
("3.11.14", "20251014"),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user