File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,20 @@ commit_message = ":bookmark: bump version {old_version} -> {new_version}"
5252current_version = " 5.1.0-alpha.0"
5353push = false # set to false for CI
5454tag = false
55- version_pattern = " MAJOR.MINOR.INC0 [-TAG] [.NUM]"
55+ version_pattern = " MAJOR.MINOR.PATCH [-TAG[.NUM] ]"
5656
5757[tool .bumpver .file_patterns ]
5858"crates/djls/Cargo.toml" = [
5959 ' version = "{version}"' ,
6060]
6161"packages/djls-agent/pyproject.toml" = [
62- ' version = "{pep400_version }"' ,
62+ ' version = "{pep440_version }"' ,
6363]
6464"packages/djls-server/pyproject.toml" = [
65- ' version = "{pep400_version }"' ,
65+ ' version = "{pep440_version }"' ,
6666]
6767"pyproject.toml" = [
68- ' version = "{pep400_version }"' ,
68+ ' version = "{pep440_version }"' ,
6969 ' current_version = "{version}"' ,
7070]
7171
You can’t perform that action at this time.
0 commit comments