diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-10 20:20:05 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-10 20:20:05 -0400 |
| commit | 995466c6bc0da04f50d2db83af653362a0dadd6f (patch) | |
| tree | e5e57108a3d751d9e02cbf06ad5eca8902f4a100 /RELEASING.txt | |
| parent | 9a8ba2f09fe3791febbfec2ac383c091aacfbf5b (diff) | |
| parent | 3e3fcdf1376218a4fa6dcffec4f27a41c63d1675 (diff) | |
| download | pyramid-995466c6bc0da04f50d2db83af653362a0dadd6f.tar.gz pyramid-995466c6bc0da04f50d2db83af653362a0dadd6f.tar.bz2 pyramid-995466c6bc0da04f50d2db83af653362a0dadd6f.zip | |
fix merge conflicts
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 645083acf..3116d2643 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -1,7 +1,13 @@ Releasing Pyramid ================= -- Make sure all unit tests pass and statement coverage is at 100%:: +- git pull + +- Do platform test via tox: + + $ tox + +- Make sure statement coverage is at 100%:: $ python setup.py nosetests --with-coverage @@ -48,4 +54,29 @@ Releasing Pyramid - 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 |
