Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Pillow 6.2.0 on October 1, 2019 #3968

Closed
20 tasks done
hugovk opened this issue Jul 15, 2019 · 7 comments
Closed
20 tasks done

Release Pillow 6.2.0 on October 1, 2019 #3968

hugovk opened this issue Jul 15, 2019 · 7 comments
Assignees
Labels
Milestone

Comments

@hugovk
Copy link
Member

hugovk commented Jul 15, 2019

Need release notes:

Release checklist:

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

Windows

Mac and Linux

  • Use the Pillow Wheel Builder:
    git clone https://github.com/python-pillow/pillow-wheels
    cd pillow-wheels
    ./update-pillow-tag.sh [[release tag]]
  • Download distributions from the Pillow Wheel Builder container.
    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
  • In compliance with PEP 440, increment and append .dev0 to version identifier in src/PIL/_version.py

Publicize Release

Documentation

@hugovk hugovk added the Release label Jul 15, 2019
@hugovk hugovk added this to the 6.2.0 milestone Jul 15, 2019
@hugovk hugovk pinned this issue Jul 15, 2019
@radarhere
Copy link
Member

This is the last Pillow release to support Python 2.7.

@hugovk
Copy link
Member Author

hugovk commented Jul 17, 2019

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

@radarhere radarhere self-assigned this Jul 20, 2019
@radarhere
Copy link
Member

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

@cgohlke
Copy link
Contributor

cgohlke commented Oct 1, 2019

Here you go. Just the wheels.

@radarhere
Copy link
Member

Thanks @cgohlke. Okay, Pillow 6.2.0 is released.

@hugovk
Copy link
Member Author

hugovk commented Oct 1, 2019

And thank you for releasing!

@aclark4life
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants