diff options
author | W. Trevor King <wking@drexel.edu> | 2010-10-21 07:44:03 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-10-21 07:44:03 -0400 |
commit | 125a79ae1bfc519719efa5451c96275429c21c73 (patch) | |
tree | 65a7a21c112c48a12f9a1819d876f25553f70c2f | |
parent | 5daaf672771aa7cca3824bcd0adbdace9b1c580c (diff) | |
download | bugseverywhere-125a79ae1bfc519719efa5451c96275429c21c73.tar.gz |
Updating copyright info in release.py can take a while. Let the user know.
-rwxr-xr-x | release.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |