You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes @cgohlke, thanks for being proactive! If you could just assure me that you've included the 'Release notes for 6.2.2' commits that I added after the version bump, then yes, please upload the files. Although then again, maybe that doesn't matter for the binaries, since they're documentation changes.
Yes, it doesn't matter, and I've just realised that you already linked to the files. Thanks.
Purpose
This is a security release. This is the last release to support Python 2.7.
Point Release
Released as needed for security, installation or critical bug fixes.
Make necessary changes in
master
branch.Update
CHANGES.rst
.Check out release branch e.g.:
Cherry pick individual commits from
master
branch to release branch e.g.5.2.x
.Check Travis CI to confirm passing tests in release branch e.g.
5.2.x
.In compliance with PEP 440, update version identifier in
src/PIL/_version.py
Run pre-release check via
make release-test
.Create tag for release e.g.:
Create source distributions e.g.:
Create binary distributions
Binary Distributions
Windows
@cgohlke
for Windows binaries via release ticket e.g. Release 2.9.0 on July 1, 2015 #1174.@cgohlke
andtwine upload *
.Mac and Linux
git clone https://github.com/python-pillow/pillow-wheels cd pillow-wheels ./update-pillow-tag.sh [[release tag]]
wget -m -A 'Pillow-<VERSION>-*' \ http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com
Upload all binaries and source distributions e.g.
twine upload dist/Pillow-5.2.0*
Create a new release on GitHub
Publicize Release
Documentation
The text was updated successfully, but these errors were encountered: