summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 17:01:09 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 17:01:09 -0700
commit780d18970316ef6ec105c9eb57a6351b30edbb48 (patch)
tree208c2c3307e0aeb218b750a1c5953bedb9022665 /tasks.py
parent35cb81b307ed44b5fe5f212a6f488f96364f954f (diff)
parent009d6ba95808b15fae25a6730cd06d154580b800 (diff)
downloadparamiko-780d18970316ef6ec105c9eb57a6351b30edbb48.tar.gz
Merge branch '1.14' into 1.15
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index b236ee42..3503d019 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, release, docs=docs, www=www)