Skip to content

Commit

Permalink
Merge f91ce7a into dd2d81a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMellyBee committed Apr 5, 2022
2 parents dd2d81a + f91ce7a commit 970beb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ values =
prod

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

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

[bumpversion:file:Makefile]
search = version := {current_version}
replace = version := {new_version}

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

0 comments on commit 970beb8

Please sign in to comment.