From 32ee120c14f83b22b5a551158d0674c54d038738 2009-08-05 01:22:12 From: Fernando Perez Date: 2009-08-05 01:22:12 Subject: [PATCH] Remove updating of revnumber in final tarball. This makes the released code be different from the backup. Instead, the release manager must at the end, do a final update_revnum and commit prior to release, so that the publicly available code matches the static backup. --- diff --git a/tools/make_tarball.py b/tools/make_tarball.py index bceaf10..dd5fc90 100755 --- a/tools/make_tarball.py +++ b/tools/make_tarball.py @@ -8,8 +8,6 @@ import shutil from toollib import * -c('python update_revnum.py') - execfile('../IPython/Release.py') # defines version_base ver = version_info()