aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.py b/release.py
index 385d400e..3b9950b3 100644
--- a/release.py
+++ b/release.py
@@ -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')