summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index fe9df9702..7d74050a8 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -5,6 +5,10 @@ Releasing Pyramid
$ python setup.py nosetests --with-coverage
+- Make sure paster templates pass:
+
+ $ python template_tests.py
+
- Ensure all features of the release are documented (audit CHANGES.txt or
communicate with contributors).
@@ -18,7 +22,7 @@ Releasing Pyramid
There should be no meaningful errors or warnings.
-- Change setup.py __version__ to the new version number.
+- Change setup.py version to the new version number.
- Change docs/conf.py version to the new version number.