From ae9ee0f95ec31afe260cec4c161abcbc3d5dbedd Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Mon, 5 Oct 2015 05:36:25 -0400 Subject: [PATCH] Make file list more cut/pasteable [ci skip] --- RELEASING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 74170d812..e30fe2821 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,10 +9,7 @@ Released quarterly on the first day of January, April, July, October. * [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch. * [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in: ``` - PIL/__init__.py - setup.py - _imaging.c - appveyor.yml + PIL/__init__.py setup.py _imaging.c appveyor.yml ``` * [ ] Update `CHANGES.rst`. * [ ] Run pre-release check via `make release-test` in a freshly cloned repo.