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 11.0.0 on October 15, 2024 #8215

Open
14 tasks done
hugovk opened this issue Jul 8, 2024 · 8 comments
Open
14 tasks done

Release Pillow 11.0.0 on October 15, 2024 #8215

hugovk opened this issue Jul 8, 2024 · 8 comments
Assignees
Labels
Milestone

Comments

@hugovk
Copy link
Member

hugovk commented Jul 8, 2024

Highlights:

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 the wheel builds pass the tests in the GitHub Actions "Wheels" workflow jobs by manually triggering them.
  • 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 11.0.x
    git tag 11.0.0
    git push --tags
  • Check the GitHub Actions "Wheels" workflow has passed, including the "Upload release to PyPI" job. This will have been triggered by the new tag.
  • Publish the release on GitHub.
  • In compliance with PEP 440, increment and append .dev0 to version identifier in src/PIL/_version.py and then:
    git push --all

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
Copy link
Member Author

hugovk commented Oct 12, 2024

We're pretty much all set for Tuesday's release, pending any normal last-minute merges.

The final Python 3.13 release was delayed by 6 days but went out successfully on 2024-10-07. We don't need a checklist like #6941 to add Python 3.13; there's less for us to update or wait for now, and everything that needs to be, should already be in place.

As it happens, I'm the next release manager for Python 3.14! And when I sat down with my calendar to plan the release schedule (PEP 745), I accidentally planned my very first CPython alpha release for the same day as this Pillow one! 😅 Not to worry, I'm very happy with our automation here, so I'll aim to kick this one off early. Very worst case, I'll delay this or the 3.14 alpha by a day, which should be fine for either project. But I doubt that will be necessary. And I've now added Pillow releases to my calendar :)

@hugovk
Copy link
Member Author

hugovk commented Oct 15, 2024

@hugovk
Copy link
Member Author

hugovk commented Oct 15, 2024

The upload job failed because something didn't recognise the new licence (#8460) yet:

WARNING  Error during upload. Retry with the --verbose option for more details. 
ERROR    HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/        
         'License :: OSI Approved :: CMU License (MIT-CMU)' is not a valid      
         classifier. See                                                        
         https://packaging.python.org/specifications/core-metadata for more     
         information.                                                           

https://github.com/python-pillow/Pillow/actions/runs/11340141751/job/31543121169

Will dig further.

@hugovk
Copy link
Member Author

hugovk commented Oct 15, 2024

Looks like we need pypi/warehouse#16884 merged and deployed to PyPI. I've left a comment there.

@hugovk
Copy link
Member Author

hugovk commented Oct 15, 2024

Looks like we need pypi/warehouse#16884 merged and deployed to PyPI. I've left a comment there.

Done, CI job restarted, and 75 files successfully uploaded!

Announcement to follow.

@aclark4life
Copy link
Member

Thank you @radarhere @hugovk all!!! Cheers to Pillow 11 🥂 ✨ 🚀

@wiredfool
Copy link
Member

This one goes to eleven!

@hugovk
Copy link
Member Author

hugovk commented Oct 15, 2024

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

3 participants