We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f00c71 commit a8c128aCopy full SHA for a8c128a
.bumpversion.cfg
@@ -7,9 +7,9 @@ tag = True
7
search = version = "{current_version}"
8
replace = version = "{new_version}"
9
10
-[bumpversion:file:filecheck/FileCheck.py]
11
-search = __version__ = '{current_version}'
12
-replace = __version__ = '{new_version}'
+[bumpversion:file:filecheck/filecheck.py]
+search = __version__ = "{current_version}"
+replace = __version__ = "{new_version}"
13
14
[bumpversion:file:tests/integration/tests/py-only/version/sample.itest]
15
search = Version: {current_version}
0 commit comments