Skip to content

Commit

Permalink
Merge pull request #111 from jpmorganchase/black
Browse files Browse the repository at this point in the history
fix bumpversion for black
  • Loading branch information
timkpaine authored Jan 8, 2021
2 parents b6b154c + 576a454 commit 3c7662c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = (0, 2, 5, 'final', 0)
current_version = (0, 2, 5, "final", 0)
commit = True
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
serialize =
{major}, {minor}, {patch}, '{release}', {build}
{major}, {minor}, {patch}, "{release}", {build}

[bumpversion:part:release]
optional_value = final
Expand Down

0 comments on commit 3c7662c

Please sign in to comment.