summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 17:01:08 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 17:01:08 -0700
commit009d6ba95808b15fae25a6730cd06d154580b800 (patch)
tree16bc86bc07b40fb216fcbab1c8eef20cf6cbd8fd
parentbab0ccf1bcd6abb12862782a2dc576d56acf553f (diff)
parent2cfe9f9a77833ae104019b7a7ee4ac73e340835f (diff)
Merge branch '1.13' into 1.14
-rw-r--r--tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index cf43a5fd..1afce514 100644
--- a/tasks.py
+++ b/tasks.py
@@ -46,6 +46,8 @@ def release(ctx):
copytree(docs_build, target)
# Publish
publish(ctx, wheel=True)
+ # Remind
+ print("\n\nDon't forget to update RTD's versions page for new minor releases!")
ns = Collection(test, coverage, release, docs=docs, www=www)