Pillow: Release Pillow 6.2.0 on October 1, 2019

Created on 15 Jul 2019  路  7Comments  路  Source: python-pillow/Pillow

Need release notes:

Release checklist:

  • [x] Open a release ticket e.g. https://github.com/python-pillow/Pillow/issues/3154
  • [x] Develop and prepare release in master branch.
  • [x] Check Travis CI and AppVeyor CI to confirm passing tests in master branch.
  • [x] Check that all of the wheel builds Pillow Wheel Builder pass the tests in Travis CI.
  • [x] In compliance with PEP 440, update version identifier in src/PIL/_version.py
  • [x] Update CHANGES.rst.
  • [x] Run pre-release check via make release-test in a freshly cloned repo.
  • [x] Create branch and tag for release e.g.:
    bash git branch 5.2.x git tag 5.2.0 git push --all git push --tags
  • [x] Create source distributions e.g.:
    bash make sdist
  • [x] Create binary distributions

Windows

Mac and Linux

Publicize Release

Documentation

Release

Most helpful comment

Thanks @python-pillow/pillow-team @cgohlke @nulano and all for 6.2.0!!

All 7 comments

This is the last Pillow release to support Python 2.7.

Noted in CHANGES.rst, let's keep it at the top for visibility, and also put it in the release notes.

Okay, @cgohlke, if you would be able to create Windows binaries?

Here you go. Just the wheels.

Thanks @cgohlke. Okay, Pillow 6.2.0 is released.

And thank you for releasing!

Thanks @python-pillow/pillow-team @cgohlke @nulano and all for 6.2.0!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SysoevDV picture SysoevDV  路  3Comments

edowson picture edowson  路  3Comments

indirectlylit picture indirectlylit  路  4Comments

damianmoore picture damianmoore  路  4Comments

steph-ben picture steph-ben  路  4Comments