Skip to content

Commit

Permalink
Bump version 5.0.0.dev1 to 5.0.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Pascual committed Oct 18, 2021
1 parent 3c9dc53 commit a905327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commit = True
message = Bump version {current_version} to {new_version}
tag = False
tag_name = {new_version}
current_version = 5.0.0.dev1
current_version = 5.0.0.dev2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
Expand Down
2 changes: 1 addition & 1 deletion lib/taurus/_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# (https://github.com/peritus/bumpversion), except when adding/removing
# extra numbers in the release segment (e.g. for hotfixes), which is done
# manually.
version = "5.0.0.dev1"
version = "5.0.0.dev2"

name = "taurus"

Expand Down

0 comments on commit a905327

Please sign in to comment.