Commit 9d5c2363 authored by Jason R. Coombs's avatar Jason R. Coombs

Updated release script to make sure bump happens in the right place

--HG--
branch : distribute
extra : rebase_source : c43255ab2e3cba530aa8043fd3989aa8e21cd4a7
parent bbe00513
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment