diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-18 18:00:59 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-18 18:00:59 -0700 |
commit | 848a7209e29d580594d35f299b01db97714caf92 (patch) | |
tree | 57425aa20493dccc62bc95e59268fde66eeb368f /tasks.py | |
parent | 6ee3f1a074d2b13cca2a5d267f16159f294b98c6 (diff) | |
parent | 16a8df33eb4e9723fea244959db2b157be825781 (diff) |
Merge branch 'master' into switch-to-cryptography
Conflicts:
paramiko/ecdsakey.py
tests/test_client.py
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |