Chris McDonough
2011-07-12 f55b54a16def0bb0c463ee302dd12eefaa3638ad
RELEASING.txt
@@ -5,11 +5,15 @@
  $ python setup.py nosetests --with-coverage
- Make sure all scaffold tests pass:
  $ python pyramid/scaffolds/tests.py
- Ensure all features of the release are documented (audit CHANGES.txt or
  communicate with contributors).
- Copy relevant changes (delta bug fixes) from CHANGES.txt to
  docs/whatsnew-X.X.
  docs/whatsnew-X.X (if it's a major release).
- Make sure docs render OK::
@@ -18,7 +22,7 @@
  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.
@@ -44,4 +48,29 @@
- Announce to Twitter.
Announcement template
----------------------
Pyramid 1.1.X has been released.
Here are the changes:
<<changes>>
A "What's New In Pyramid 1.1" document exists at
http://docs.pylonsproject.org/projects/pyramid/1.1/whatsnew-1.1.html .
You will be able to see the 1.1 release documentation (across all
alphas and betas, as well as when it eventually gets to final release)
at http://docs.pylonsproject.org/projects/pyramid/1.1/ .
You can install it via PyPI:
  easy_install Pyramid==1.1a4
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues
Thanks!
- C