summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-12-23 03:19:58 -0800
committerSteve Piercy <web@stevepiercy.com>2015-12-23 03:19:58 -0800
commit169dba5c7aa02db2e48cecff8b8126b767fdf327 (patch)
treee846f9217192490a924c7c0e70916cb7d7459ec9 /RELEASING.txt
parentaafaa8e978e6f7759eaac8743b1c1f1fd8b63629 (diff)
downloadpyramid-169dba5c7aa02db2e48cecff8b8126b767fdf327.tar.gz
pyramid-169dba5c7aa02db2e48cecff8b8126b767fdf327.tar.bz2
pyramid-169dba5c7aa02db2e48cecff8b8126b767fdf327.zip
- Add Python compatibility to history, hacking, releasing
- Use 1.X for version number
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 87ff62c53..fa4ebab5b 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -15,7 +15,7 @@ Releasing Pyramid
- Run tests on Windows if feasible.
-- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3, 3.4, pypy, and
+- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, pypy, and
pypy3 on UNIX; this doesn't work on Windows):
$ ./scaffoldtests.sh
@@ -69,22 +69,22 @@ Releasing Pyramid
Announcement template
----------------------
-Pyramid 1.1.X has been released.
+Pyramid 1.X.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 .
+A "What's New In Pyramid 1.X" document exists at
+http://docs.pylonsproject.org/projects/pyramid/1.X/whatsnew-1.X.html .
-You will be able to see the 1.1 release documentation (across all
+You will be able to see the 1.X 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/ .
+at http://docs.pylonsproject.org/projects/pyramid/1.X/ .
You can install it via PyPI:
- easy_install Pyramid==1.1a4
+ easy_install Pyramid==1.X
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues