Skip to content

Commit eaf6526

Browse files
committed
[Copilot] add fallback-version
1 parent 9d39547 commit eaf6526

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ version_scheme = "python-simplified-semver"
4949
local_scheme = "no-local-version"
5050
tag_regex = "^core-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
5151
search_parent_directories = true
52+
fallback_version = "0.1.0.dev0"
5253

5354
[tool.pytest.ini_options]
5455
testpaths = ["tests/"]

libs/public_health/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ version_scheme = "python-simplified-semver"
5050
local_scheme = "no-local-version"
5151
tag_regex = "^public-health-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
5252
search_parent_directories = true
53+
fallback_version = "0.1.0.dev0"
5354

5455
[tool.pytest.ini_options]
5556
testpaths = ["tests/"]

0 commit comments

Comments
 (0)