Skip to content

Commit

Permalink
Update bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burst committed Mar 1, 2020
1 parent 4d38f9a commit aa0ae29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:README.md]
search = Unreleased
replace = {new_version} - {now:%Y-%m-%d}
search = ### Unreleased
replace = ### Unreleased

...

%### {new_version} - {now:%Y-%m-%d}

[bumpversion:file:flake8_pytest_style/plugin.py]
search = __version__ = '{current_version}'
Expand Down

0 comments on commit aa0ae29

Please sign in to comment.