Skip to content

Commit 3caec28

Browse files
committed
Update dynamic versioning configuration in pyproject.toml
1 parent d30f96f commit 3caec28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ sphinx-rtd-theme = "*"
8585
poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }
8686

8787
[tool.poetry-dynamic-versioning]
88-
enable = true
8988
bump = true
89+
enable = true
90+
fix-shallow-repository = true
9091
strict = true
91-
vcs = "git"
9292
style = "pep440"
93+
vcs = "git"
9394

9495
[tool.poetry-dynamic-versioning.substitution]
9596
files = ["las_geoh5/_version.py", "recipe.yaml"]

0 commit comments

Comments
 (0)