diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-12-01 17:11:03 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-12-01 17:11:03 -0500 |
commit | 9d5c2363ccbdd0c8909f47fcf61cef647f302450 (patch) | |
tree | 9c3b227a3c2d2c47059b7fd78be67fd6c4215ca5 /release.py | |
parent | bbe00513be4b20a82eb844dab52c15ca5e8e7113 (diff) | |
download | external_python_setuptools-9d5c2363ccbdd0c8909f47fcf61cef647f302450.tar.gz external_python_setuptools-9d5c2363ccbdd0c8909f47fcf61cef647f302450.tar.bz2 external_python_setuptools-9d5c2363ccbdd0c8909f47fcf61cef647f302450.zip |
Updated release script to make sure bump happens in the right place
--HG--
branch : distribute
extra : rebase_source : c43255ab2e3cba530aa8043fd3989aa8e21cd4a7
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ def do_release(): 'upload', 'upload_docs']) upload_bootstrap_script() + # update to the tip for the next operation + subprocess.check_call(['hg', 'update']) + # we just tagged the current version, bump for the next release. bump_versions() subprocess.check_call(['hg', 'ci', '-m', |