updating bumpversion config to update custom version file too

This commit is contained in:
Michael Gimbel 2017-02-23 19:43:27 +00:00
parent 49bc8f72c6
commit 54c8b4f986

View File

@ -5,3 +5,6 @@ tag = True
tag_name = v{new_version}
message = Bump version: {current_version} -> {new_version}
[bumpversion:file:VERSION]
search = version={current_version}
replace = version={new_version}