From 54c8b4f98648c8a98e299313b0f673493782bfcf Mon Sep 17 00:00:00 2001 From: Michael Gimbel Date: Thu, 23 Feb 2017 19:43:27 +0000 Subject: [PATCH] updating bumpversion config to update custom version file too --- .bumpversion.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac27c48..6cb24b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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}