diff options
-rw-r--r-- | release.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ def do_release(): # push the changes subprocess.check_call(['hg', 'push']) + # TODO: update bitbucket milestones and versions + def build_docs(): if os.path.isdir('docs/build'): shutil.rmtree('docs/build') |