From 125a79ae1bfc519719efa5451c96275429c21c73 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 21 Oct 2010 07:44:03 -0400 Subject: [PATCH] Updating copyright info in release.py can take a while. Let the user know. --- release.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.26.2