diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-05-18 15:08:24 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-05-18 15:08:24 -0400 |
| commit | efe7dd5a377ea4bb44bb897fbd6391f12c05a80e (patch) | |
| tree | 396dfd18245a0ed34efea79c8f1f75d5bfb0d547 /release.py | |
| parent | cd3a596f2f20c0762a123c84d5624b62f20e49cd (diff) | |
| download | python-setuptools-bitbucket-efe7dd5a377ea4bb44bb897fbd6391f12c05a80e.tar.gz | |
Updated function referenc
Diffstat (limited to 'release.py')
| -rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'): |
