summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorAlexandre Bourget <alexandre.bourget@savoirfairelinux.com>2011-03-24 12:07:09 -0400
committerAlexandre Bourget <alexandre.bourget@savoirfairelinux.com>2011-03-24 12:07:09 -0400
commit95e799d074de2e81914d513b4c331df1e738c00e (patch)
treeb3039037533610d8c86d82bb28f139d8a3777013 /RELEASING.txt
parent22d3253a26767501827d86b56db3a9b79bef6c4e (diff)
parentb596e1812627c359908759d7a8d83c339f08e385 (diff)
downloadpyramid-95e799d074de2e81914d513b4c331df1e738c00e.tar.gz
pyramid-95e799d074de2e81914d513b4c331df1e738c00e.tar.bz2
pyramid-95e799d074de2e81914d513b4c331df1e738c00e.zip
Merge remote branch 'source/master'
Conflicts: docs/narr/hooks.rst
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.