summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-09 23:34:08 -0400
committerChris McDonough <chrism@plope.com>2011-07-09 23:34:08 -0400
commit5aeb91f8a197a601e8edfaf00e1d7000b3912b9b (patch)
tree4e602c6327026f31162d55343d8e0d50f428cc2d /RELEASING.txt
parent8a77566378f176d7ebb09ba6a573cde29481790f (diff)
downloadpyramid-5aeb91f8a197a601e8edfaf00e1d7000b3912b9b.tar.gz
pyramid-5aeb91f8a197a601e8edfaf00e1d7000b3912b9b.tar.bz2
pyramid-5aeb91f8a197a601e8edfaf00e1d7000b3912b9b.zip
add release ann template
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 645083acf..bb2dab87f 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -48,4 +48,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