Skip to content

Commit

Permalink
fix bump-to-version config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 14, 2024
1 parent 9efd113 commit 478818c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,10 @@ parse = """(?x)
\\.post
(?P<post_n>\\d+) # post-release version number
)? # post-release section is optional
(?:
\\.dev
)?
"""
serialize = [
"{major}.{minor}.{patch}.post{post_n}",
"{major}.{minor}.{patch}{pre_l}{pre_n}",
"{major}.{minor}.{patch}.dev",
"{major}.{minor}.{patch}",
]

Expand Down

0 comments on commit 478818c

Please sign in to comment.