diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-14 12:23:15 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-14 12:23:15 -0400 |
commit | 025351ce05277b00288db22e880f547d5825983f (patch) | |
tree | 36ea3c6cd05e4ddbe4f565641bc47c90df306c20 /release.py | |
parent | 4ce3c9f3270aa9f431795933d4c756063eb7a8f2 (diff) | |
download | external_python_setuptools-025351ce05277b00288db22e880f547d5825983f.tar.gz external_python_setuptools-025351ce05277b00288db22e880f547d5825983f.tar.bz2 external_python_setuptools-025351ce05277b00288db22e880f547d5825983f.zip |
Fixed NameError
--HG--
branch : distribute
extra : rebase_source : c7e392b567048863b5bde5f5828f653ae4647281
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ def do_release(): subprocess.check_call([sys.executable, 'setup.py', '-q', 'egg_info', '-RD', '-b', '""', 'sdist', 'register', 'upload', 'upload_docs']) - upload_boostrap_script() + upload_bootstrap_script() # we just tagged the current version, bump for the next release. bump_versions() |