summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-01 12:11:58 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-01 12:11:58 -0700
commit93c94e102f5b6d732fb06ca8d18383154e2c9636 (patch)
treefcd4a2e349ac39a7f760578a5c7c3eb561ad449e
parent7dbc4a7a4b480365461ce882670070c932b3fcd9 (diff)
downloadpyramid-93c94e102f5b6d732fb06ca8d18383154e2c9636.tar.gz
pyramid-93c94e102f5b6d732fb06ca8d18383154e2c9636.tar.bz2
pyramid-93c94e102f5b6d732fb06ca8d18383154e2c9636.zip
use the version for the mid-release cycle
- update releasing.txt accordingly
-rw-r--r--README.rst10
-rw-r--r--RELEASING.txt5
2 files changed, 9 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 4125dac01..0429c36b5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,13 +1,13 @@
Pyramid
=======
-.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master
+.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.9-branch
:target: https://travis-ci.org/Pylons/pyramid
- :alt: master Travis CI Status
+ :alt: 1.9-branch Travis CI Status
-.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master
- :target: http://docs.pylonsproject.org/projects/pyramid/en/master/
- :alt: master Documentation Status
+.. image:: https://readthedocs.org/projects/pyramid/badge/?version=1.9-branch
+ :target: http://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/
+ :alt: 1.9-branch Documentation Status
.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
:target: https://webchat.freenode.net/?channels=pyramid
diff --git a/RELEASING.txt b/RELEASING.txt
index 24bbb3e77..f780a607b 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -49,7 +49,7 @@ Prepare new release branch
changes in CHANGES.txt.
- Update README.rst to use correct versions of badges, URLs, and ALT option
- according to each branch and context.
+ according to the new release branch name.
- Update whatsnew-X.X.rst in docs to point at change log entries for individual
releases if applicable.
@@ -96,6 +96,9 @@ Prepare master for further development (major releases only)
- Change setup.py version to the next version number.
+- Update README.rst to use correct versions of badges, URLs, and ALT option
+ for "master" instead of the major release version.
+
Update previous version (final releases only)
---------------------------------------------