From c8a5e024478d274309935251d59cd20908a95067 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 26 Nov 2016 00:31:54 -0800 Subject: add 3.6 support to documentation - See #2835 --- RELEASING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 4690fbd37..73cf38aa7 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -33,8 +33,8 @@ Prepare new release branch - Run tests on Windows if feasible. -- Make sure all scaffold tests pass (CPython 2.7, 3.4, and 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 -- cgit v1.2.3 From bba80db362c5f72b69f0d6935e43c20f191077fb Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 21 Jan 2017 23:59:33 -0800 Subject: remove pylonshq - HUZZAH! --- RELEASING.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 73cf38aa7..464cb37bd 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -108,10 +108,6 @@ Update previous version (final releases only) 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. -- cgit v1.2.3 From 5c71ad944e463ec1591613d018b7797b81d23eae Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 23 Jan 2017 21:42:30 -0600 Subject: update manifest checks --- RELEASING.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 464cb37bd..c7a23309b 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -63,10 +63,10 @@ Prepare new release branch - Change setup.py version to the release version number. -- Make sure PyPI long description renders (requires ``collective.dist`` - installed into your Python):: +- Make sure PyPI long description renders (requires ``readme`` installed + into your Python):: - $ python setup.py check -r + $ python setup.py check -r -s -m - Create a release tag. -- cgit v1.2.3 From c87f611352d8e0956dbb2b113b36ffda7590a34d Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 10 Mar 2017 04:01:09 -0800 Subject: add wikipedia to releasing --- RELEASING.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index c7a23309b..b9e5f4a6c 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -116,6 +116,8 @@ Marketing and communications - Edit `http://wiki.python.org/moin/WebFrameworks `_. +- Edit `https://en.wikipedia.org/wiki/Pylons_project `_. + - Announce to Twitter. ``` -- cgit v1.2.3 From 216e105262f23f7469a72265d94ed0181ec04bc3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 2 May 2017 00:32:30 -0700 Subject: kill off pylonsrtd --- RELEASING.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index b9e5f4a6c..cd38b9871 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -111,8 +111,6 @@ Marketing and communications - Edit Pylons/trypyramid.com/src/templates/resources.html for major releases only. -- Edit Pylons/pylonsrtd/pylonsrtd/docs/pyramid.rst for major releases only. - - Edit `http://wiki.python.org/moin/WebFrameworks `_. -- cgit v1.2.3 From 7d1e0646d701b35d61ca8800341c07afac31bb86 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 2 May 2017 00:34:24 -0700 Subject: add more events for updating trypyramid.com --- RELEASING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index cd38b9871..58ebb2fb3 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -108,8 +108,8 @@ Update previous version (final releases only) Marketing and communications ---------------------------- -- Edit Pylons/trypyramid.com/src/templates/resources.html 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 `_. -- cgit v1.2.3