Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
.bumpversion.cfg: fix the location of new filecheck.py
  • Loading branch information
stanislaw committed Dec 5, 2021
commit a8c128afdcf857f1fed9c5c1cebbb8b9932f1cc4
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ tag = True
search = version = "{current_version}"
replace = version = "{new_version}"

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

[bumpversion:file:tests/integration/tests/py-only/version/sample.itest]
search = Version: {current_version}
Expand Down