From: W. Trevor King Date: Thu, 21 Oct 2010 11:44:03 +0000 (-0400) Subject: Updating copyright info in release.py can take a while. Let the user know. X-Git-Tag: 1.0.0~4^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=125a79ae1bfc519719efa5451c96275429c21c73;p=be.git Updating copyright info in release.py can take a while. Let the user know. --- diff --git a/release.py b/release.py index b09dc2a..643e45e 100755 --- a/release.py +++ b/release.py @@ -169,6 +169,7 @@ commit if it fails. print "Handle pending changes before releasing." sys.exit(1) set_release_version(tag) + print "Update copyright information..." update_authors() update_files() commit("Bumped to version %s" % tag)