Steve Piercy
2018-09-22 e22970cd21eb36c2a658c843bb5cb4f59d77fd19
RELEASING.txt
@@ -33,8 +33,8 @@
- Run tests on Windows if feasible.
- Make sure all scaffold tests pass (Py 2.7, 3.3, 3.4, 3.5, and pypy on UNIX;
  this doesn't work on Windows):
- Make sure all scaffold tests pass (CPython 2.7, 3.4, 3.5, and 3.6, and PyPy
  on UNIX; this doesn't work on Windows):
  $ ./scaffoldtests.sh
@@ -48,8 +48,8 @@
  include a link under "Bug Fix Releases" to the minor feature
  changes in CHANGES.txt.
- Update README.rst to use correct versions of badges and URLs according to
  each branch and context, i.e., RTD "latest" == GitHub/Travis "1.x-branch".
- Update README.rst to use correct versions of badges, URLs, and ALT option
  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.
@@ -63,10 +63,10 @@
- Change setup.py version to the release version number.
- Make sure PyPI long description renders (requires ``collective.dist``
- Make sure PyPI long description renders (requires ``readme_renderer``
  installed into your Python)::
  $ python setup.py check -r
  $ python setup.py check -r -s -m
- Create a release tag.
@@ -96,6 +96,9 @@
- 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)
---------------------------------------------
@@ -108,17 +111,13 @@
Marketing and communications
----------------------------
- Edit Pylons/pylonshq/templates/home/home.mako.
- Edit Pylons/pylonshq/templates/home/inside.rst for major releases only.
- Edit Pylons/trypyramid.com/src/templates/resources.html for major releases
  only.
- Edit Pylons/pylonsrtd/pylonsrtd/docs/pyramid.rst for major releases only.
- Edit Pylons/trypyramid.com/src/templates/resources.html for major releases,
  pre-releases, and once pre-releases are final.
- Edit `http://wiki.python.org/moin/WebFrameworks
  <http://wiki.python.org/moin/WebFrameworks>`_.
- Edit `https://en.wikipedia.org/wiki/Pylons_project <https://en.wikipedia.org/wiki/Pylons_project>`_.
- Announce to Twitter.
@@ -126,14 +125,14 @@
Pyramid 1.x released.
PyPI
https://pypi.python.org/pypi/pyramid/1.x
https://pypi.org/project/pyramid/1.x/
=== One time only for new version, first pre-release ===
What's New
http://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html
https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html
=== For all subsequent pre-releases ===
Changes
http://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/changes.html#version-yyyy-mm-dd
https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/changes.html#version-yyyy-mm-dd
Issues
https://github.com/Pylons/pyramid/issues
@@ -148,12 +147,12 @@
<<changes>>
A "What's New In Pyramid 1.X" document exists at
http://docs.pylonsproject.org/projects/pyramid/1.X-branch/whatsnew-1.X.html .
What's New In Pyramid 1.X:
https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html
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.X-branch/ .
1.X release documentation (across all alphas and betas, as well as when it gets
to final release):
https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/
You can install it via PyPI: