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 9.2.0 on July 1, 2022 #6366

Closed
20 tasks done
hugovk opened this issue Jun 15, 2022 · 8 comments
Closed
20 tasks done

Release Pillow 9.2.0 on July 1, 2022 #6366

hugovk opened this issue Jun 15, 2022 · 8 comments
Assignees
Labels
Milestone

Comments

@hugovk
Copy link
Member

hugovk commented Jun 15, 2022

Main Release

Released quarterly on January 2nd, April 1st, July 1st and October 15th.

  • Open a release ticket e.g. Release Pillow 5.2.0 on July 1, 2018 #3154
  • Develop and prepare release in main branch.
  • Check GitHub Actions and AppVeyor to confirm passing tests in main branch.
  • Check that all of the wheel builds Pillow Wheel Builder pass the tests in Travis CI and GitHub Actions.
  • 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 9.2.x
    git tag 9.2.0
    git push --all
    git push --tags
  • Create and check source distribution:
    make sdist
  • Create binary distributions
  • Check and upload all binaries and source distributions e.g.:
    python3 -m twine check --strict dist/*
    python3 -m twine upload dist/Pillow-9.2.0*
  • Publish the release on GitHub
  • In compliance with PEP 440, increment and append .dev0 to version identifier in src/PIL/_version.py

Binary Distributions

Windows

Mac and Linux

Publicize Release

Documentation

Docker Images

  • Update Pillow in the Docker Images repository
    git clone https://github.com/python-pillow/docker-images
    cd docker-images
    ./update-pillow-tag.sh [[release tag]]
@hugovk hugovk added the Release label Jun 15, 2022
@hugovk hugovk added this to the 9.2.0 milestone Jun 15, 2022
@hugovk hugovk pinned this issue Jun 15, 2022
@radarhere
Copy link
Member

@hugovk I'm running out of time with #6381. If you review and merge it before I do, and want to start the release, feel free to do so.

@hugovk
Copy link
Member Author

hugovk commented Jul 1, 2022

Sure, can do. Thanks for getting everything ready!

@hugovk hugovk self-assigned this Jul 1, 2022
@hugovk
Copy link
Member Author

hugovk commented Jul 1, 2022

@cgohlke Hi there, please could we have Windows binaries for 9.2.0? Thanks as always!

@cgohlke
Copy link
Contributor

cgohlke commented Jul 1, 2022

Here you go.

@hugovk
Copy link
Member Author

hugovk commented Jul 1, 2022

Thanks!

All released!

Tweet to follow.

@hugovk
Copy link
Member Author

hugovk commented Jul 1, 2022

@aclark4life
Copy link
Member

And … pinned to profile, thanks @hugovk, all 🙏

Screen Shot 2022-07-01 at 7 02 54 PM

@radarhere
Copy link
Member

Thanks @hugovk for pushing this one out the door, and congrats to all on another successful release.

@radarhere radarhere unpinned this issue Jul 9, 2022
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