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 10.0.1 on September 15, 2023 #7396

Closed
18 tasks done
radarhere opened this issue Sep 15, 2023 · 4 comments
Closed
18 tasks done

Release 10.0.1 on September 15, 2023 #7396

radarhere opened this issue Sep 15, 2023 · 4 comments
Labels

Comments

@radarhere
Copy link
Member

radarhere commented Sep 15, 2023

Point Release

Released as needed for security, installation or critical bug fixes.

  • Make necessary changes in main branch.
  • Update CHANGES.rst.
  • Check out release branch e.g.:
    git checkout -t remotes/origin/10.0.x
  • Cherry pick individual commits from main branch to release branch e.g. 10.0.x, then git push.
  • Check GitHub Actions and AppVeyor to confirm passing tests in release branch e.g. 10.0.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.:
    git tag 10.0.1
    git push
    git push --tags
  • Create and check source distribution:
    make sdist
    python3 -m twine check --strict dist/*
  • Create binary distributions

Binary Distributions

Windows

Mac and Linux


  • Check and upload all binaries and source distributions e.g.:
    python3 -m twine check --strict dist/*
    python3 -m twine upload dist/Pillow-10.0.1*
  • Publish the release on GitHub

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

Pillow 10.0.1 is released!

I've posted to Fosstodon - https://fosstodon.org/@pillow/111069554873271253 - but I think we can't use TweetDeck anymore - https://mashable.com/article/tweetdeck-paid-service-x-elon-musk

@hugovk
Copy link
Member

hugovk commented Sep 15, 2023

Thank you for taking care of the release!

@aclark4life
Copy link
Member

I'll do the X (formerly Twitter) notification

@radarhere
Copy link
Member Author

This issue was closed.
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