Skip to content

Commit a39a539

Browse files
change version pattern
1 parent 573adda commit a39a539

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ commit_message = ":bookmark: bump version {old_version} -> {new_version}"
5252
current_version = "5.1.0-alpha.0"
5353
push = false # set to false for CI
5454
tag = 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

0 commit comments

Comments
 (0)