diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 17:01:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 17:01:08 -0700 |
commit | 009d6ba95808b15fae25a6730cd06d154580b800 (patch) | |
tree | 16bc86bc07b40fb216fcbab1c8eef20cf6cbd8fd | |
parent | bab0ccf1bcd6abb12862782a2dc576d56acf553f (diff) | |
parent | 2cfe9f9a77833ae104019b7a7ee4ac73e340835f (diff) |
Merge branch '1.13' into 1.14
-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, coverage, release, docs=docs, www=www) |