Skip to content

Commit

Permalink
Revert to previous scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 7, 2024
1 parent 4adbc83 commit c7e4bbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ def current_version(version: ScmVersion) -> str:
if version.branch in ("fix", "hotfix"):
delim = '-post'

return version.format_next_version(guess_next_version,
"{tag}.{distance}")
return version.format_next_version(guess_next_version,
"{tag}"+ delim +"{distance}")

Expand Down

0 comments on commit c7e4bbc

Please sign in to comment.