diff options
| author | Theron Luhn <theron@luhn.com> | 2020-12-11 09:21:41 -0800 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2020-12-11 09:21:41 -0800 |
| commit | 43bd1a16de441d971bb6e1f3f6dbae055394e324 (patch) | |
| tree | a87e5f7e18b224b9a2f8a2751f972d550751e48b /RELEASING.txt | |
| parent | 86cb46d4d977d3a948308326bee628421cab93ea (diff) | |
| parent | 6cf061e170039ff48e7f892f1176d1ab359e2001 (diff) | |
| download | pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.tar.gz pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.tar.bz2 pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.zip | |
Merge remote-tracking branch 'upstream/master' into wiki2-request-identity
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 73e79d057..9cf8a1090 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -119,17 +119,15 @@ Update previous version (final releases only) - Configure RTD to point the "latest" alias to the new release version of the docs. - Cookiecutters ------------- - For each cookiecutter, clone the newly released branch to "latest" branch. - Marketing and communications ---------------------------- -- Edit Pylons/trypyramid.com/src/templates/documentation.ejs for major +- Edit Pylons/trypyramid.com/layouts/page/documentation.html for major releases, pre-releases, and once pre-releases are final. - Edit `https://wiki.python.org/moin/WebFrameworks @@ -142,17 +140,17 @@ Marketing and communications - Announce to Twitter. ``` -Pyramid 1.x released. +Pyramid 2.x released. PyPI -https://pypi.org/project/pyramid/1.x/ +https://pypi.org/project/pyramid/2.x/ === One time only for new version, first pre-release === What's New -https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html +https://docs.pylonsproject.org/projects/pyramid/en/2.X-branch/whatsnew-2.X.html === For all subsequent pre-releases === Changes -https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/changes.html#version-yyyy-mm-dd +https://docs.pylonsproject.org/projects/pyramid/en/2.X-branch/changes.html#version-yyyy-mm-dd Issues https://github.com/Pylons/pyramid/issues @@ -161,21 +159,21 @@ https://github.com/Pylons/pyramid/issues - Announce to maillist. ``` -Pyramid 1.X.X has been released. +Pyramid 2.X.X has been released. The full changelog is here: -https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/changes.html +https://docs.pylonsproject.org/projects/pyramid/en/2.X-branch/changes.html -What's New In Pyramid 1.X: -https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html +What's New In Pyramid 2.X: +https://docs.pylonsproject.org/projects/pyramid/en/2.X-branch/whatsnew-2.X.html -1.X release documentation (across all alphas and betas, as well as when it gets +2.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/ +https://docs.pylonsproject.org/projects/pyramid/en/2.X-branch/ You can install it via PyPI: - pip install Pyramid==1.X + pip install Pyramid==2.X Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues |
