diff options
| author | Michael Merickel <michael@merickel.org> | 2020-11-29 19:26:48 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-11-29 19:26:48 -0600 |
| commit | 6cf061e170039ff48e7f892f1176d1ab359e2001 (patch) | |
| tree | add4086d2f95102d841bb126185015f2b1938f5b /RELEASING.txt | |
| parent | dbd0f4ad756867511522780d09fb06c05590200f (diff) | |
| download | pyramid-6cf061e170039ff48e7f892f1176d1ab359e2001.tar.gz pyramid-6cf061e170039ff48e7f892f1176d1ab359e2001.tar.bz2 pyramid-6cf061e170039ff48e7f892f1176d1ab359e2001.zip | |
prep releasing.txt for 2.0
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 24b3f54fa..9cf8a1090 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -119,13 +119,11 @@ 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 ---------------------------- @@ -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 |
