aboutsummaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2014-09-22 20:57:20 -0400
committerJeremy T. Bouse <jbouse@debian.org>2014-09-22 20:57:20 -0400
commit941814e1efaf9a46992476e50badcecbcbfc9a41 (patch)
tree5105110a2b87bcf58340c7fa069220e673d90cc9 /tasks.py
parentccd643cdbd7ba752727d62051058a4454451414d (diff)
downloadpython-paramiko-941814e1efaf9a46992476e50badcecbcbfc9a41.tar
python-paramiko-941814e1efaf9a46992476e50badcecbcbfc9a41.tar.gz
Imported Upstream version 1.15.1upstream/1.15.1
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 b236ee4..3503d01 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)