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 1694638 commit 8194bd8Copy full SHA for 8194bd8
.bumpversion.cfg
@@ -12,8 +12,8 @@ search = version='{current_version}'
12
replace = version='{new_version}'
13
14
[bumpversion:file:README.rst]
15
-search = library is {current_version}.
16
-replace = library is {new_version}.
+search = library is {current_version}
+replace = library is {new_version}
17
18
[bumpversion:file:docs/conf.py]
19
search = version = release = '{current_version}'
0 commit comments