From 47085d405756f80f3ec2c7841e30e90a3ba9c9cc Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 21 Dec 2020 12:30:26 +0200 Subject: [PATCH] Keep example consistent Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index ea6642ef4..a3653f5be 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -64,7 +64,7 @@ Released as needed for security, installation or critical bug fixes. * [ ] Check and upload all binaries and source distributions e.g.: ```bash twine check dist/* - twine upload dist/Pillow-5.2.0* + twine upload dist/Pillow-5.2.1* ``` * [ ] Publish the [release on GitHub](https://github.com/python-pillow/Pillow/releases)