From 63b866ebb27e0bc4364d8d23d2b69101a186f133 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 2 Jan 2019 14:48:46 +0200 Subject: [PATCH] Increment and append .dev0 to version --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index b0c3b6668..87e9e365f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -25,7 +25,7 @@ Released quarterly on the first day of January, April, July, October. * [ ] Create [binary distributions](https://github.com/python-pillow/Pillow/blob/master/RELEASING.md#binary-distributions) * [ ] Upload all binaries and source distributions e.g. `twine upload dist/Pillow-5.2.0*` * [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new) -* [ ] In compliance with [PEP 440](https://www.python.org/dev/peps/pep-0440/), append `.dev0` to version identifier in `src/PIL/_version.py` +* [ ] In compliance with [PEP 440](https://www.python.org/dev/peps/pep-0440/), increment and append `.dev0` to version identifier in `src/PIL/_version.py` ## Point Release