We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337f52d commit 9432035Copy full SHA for 9432035
pyproject.toml
@@ -86,11 +86,11 @@ version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
86
87
[tool.bumpver.file_patterns]
88
"crates/djls/Cargo.toml" = [
89
- 'version = "{version}"',
+ '^version = "{version}"',
90
]
91
"pyproject.toml" = [
92
- 'version = "{pep440_version}"',
93
- 'current_version = "{version}"',
+ '^version = "{pep440_version}"',
+ '^current_version = "{version}"',
94
95
96
[tool.djlint]
0 commit comments