Skip to content

Commit 478818c

Browse files
committed
fix bump-to-version config
1 parent 9efd113 commit 478818c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,10 @@ parse = """(?x)
140140
\\.post
141141
(?P<post_n>\\d+) # post-release version number
142142
)? # post-release section is optional
143-
(?:
144-
\\.dev
145-
)?
146143
"""
147144
serialize = [
148145
"{major}.{minor}.{patch}.post{post_n}",
149146
"{major}.{minor}.{patch}{pre_l}{pre_n}",
150-
"{major}.{minor}.{patch}.dev",
151147
"{major}.{minor}.{patch}",
152148
]
153149

0 commit comments

Comments
 (0)