summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 17:00:54 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 17:01:05 -0700
commit2cfe9f9a77833ae104019b7a7ee4ac73e340835f (patch)
tree61d49d8d0e7c5576b8e48286e8c279e722db874c /tasks.py
parent8254f0162b54aff7c0aa4877ceb592bf19e4822b (diff)
downloadparamiko-2cfe9f9a77833ae104019b7a7ee4ac73e340835f.tar.gz
Remind user to update RTD after cutting a new release line
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 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)