Skip to content

Commit

Permalink
Allow numbers in releaselevel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Mar 23, 2018
1 parent 419148c commit 1fe2b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
current_version = 4.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
serialize =
{major}.{minor}.{patch}{releaselevel}
{major}.{minor}.{patch}
Expand Down

0 comments on commit 1fe2b48

Please sign in to comment.