aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-05-18 15:08:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-05-18 15:08:24 -0400
commit5132e62a273c53cf5b189e715a3f7d9aad993ea1 (patch)
tree7a9102996f86148c3a4872d1696da9547625baa6 /release.py
parentdea3863e862efe853b36d0f9a532f6a97893a0c2 (diff)
downloadexternal_python_setuptools-5132e62a273c53cf5b189e715a3f7d9aad993ea1.tar.gz
external_python_setuptools-5132e62a273c53cf5b189e715a3f7d9aad993ea1.tar.bz2
external_python_setuptools-5132e62a273c53cf5b189e715a3f7d9aad993ea1.zip
Updated function referenc
--HG-- branch : distribute extra : rebase_source : 75f094bf88afa66a81412e29dc9ed8bccec843ba
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 05c07248..1eb468c1 100644
--- a/release.py
+++ b/release.py
@@ -116,7 +116,7 @@ def do_release():
# push the changes
subprocess.check_call(['hg', 'push'])
- add_milestone()
+ add_milestone_and_version()
def build_docs():
if os.path.isdir('docs/build'):