Skip to content

Commit cd7ada3

Browse files
authored
Merge pull request #156 from asherf/cleanup
print version
2 parents 6a83b35 + 57a1680 commit cd7ada3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update_version_from_git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def migrate_version(target_file, new_version):
5252
target_file,
5353
regex,
5454
)
55+
print("Updating to version: {}".format(new_version))
5556

5657

5758
def is_master_branch():

0 commit comments

Comments
 (0)