Skip to content

Commit

Permalink
Fix configuration file, ref f2ee249.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 14, 2021
1 parent f2ee249 commit 62d2e94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ tag = True
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:README.rst]
[bumpversion:file (badge):README.rst]
search = /v{current_version}.svg
replace = /v{new_version}.svg

[bumpversion:file (link):README.rst]
search = /v{current_version}...master
replace = /v{new_version}...master

[bumpversion:file:docs/conf.py]
search = version = release = '{current_version}'
replace = version = release = '{new_version}'
Expand Down

0 comments on commit 62d2e94

Please sign in to comment.