Make file list more cut/pasteable [ci skip]

This commit is contained in:
Alex Clark 2015-10-05 05:36:25 -04:00
parent 509a65cfe7
commit ae9ee0f95e

View File

@ -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. * [ ] 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: * [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in:
``` ```
PIL/__init__.py PIL/__init__.py setup.py _imaging.c appveyor.yml
setup.py
_imaging.c
appveyor.yml
``` ```
* [ ] Update `CHANGES.rst`. * [ ] Update `CHANGES.rst`.
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo. * [ ] Run pre-release check via `make release-test` in a freshly cloned repo.