Skip to content

Commit

Permalink
fix bumpversion config to match black style
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Jan 18, 2023
1 parent 1014d4f commit be4b060
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ commit = True
tag = True

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

[bumpversion:file:CHANGELOG.rst]
search = Unreleased
replace = {new_version}

[bumpversion:file:src/roslibpy/__version__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

0 comments on commit be4b060

Please sign in to comment.