From 775f144f8123b7d7e90b242b6a6968064653a3a4 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 2 Jan 2023 20:41:11 -0600 Subject: [PATCH] update releasing --- RELEASING.txt | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/RELEASING.txt b/RELEASING.txt index 1158b8b..52d237a 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -64,17 +64,13 @@ Marketing and communications - Announce to Twitter. ``` -colander 1.x released. +colander 2.x released. PyPI -https://pypi.org/project/colander/1.x/ +https://pypi.org/project/colander/2.x/ -=== One time only for new version, first pre-release === -What's New -https://docs.pylonsproject.org/projects/colander/en/latest/#id2 -=== For all subsequent pre-releases === Changes -https://docs.pylonsproject.org/projects/colander/en/latest/#change-history +https://docs.pylonsproject.org/projects/colander/en/latest/changes.html Documentation: https://docs.pylonsproject.org/projects/colander/en/latest/ @@ -86,20 +82,17 @@ https://github.com/Pylons/colander/issues - Announce to maillist. ``` -colander 1.X.X has been released. +colander 2.X.X has been released. The full changelog is here: -https://docs.pylonsproject.org/projects/colander/en/latest/#change-history - -What's New In colander 1.X: -https://docs.pylonsproject.org/projects/colander/en/latest/#id2 +https://docs.pylonsproject.org/projects/colander/en/latest/changes.html Documentation: https://docs.pylonsproject.org/projects/colander/en/latest/ You can install it via PyPI: - pip install colander==1.X + pip install colander==2.X Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/colander/issues