## Point release Released as needed for security, installation or critical bug fixes. * [x] Make necessary changes in `main` branch. * [x] Check out release branch e.g.: ```bash git checkout -t remotes/origin/12.1.x ``` * [x] Cherry pick individual commits from `main` branch to release branch e.g. `12.1.x`, then `git push`. * [x] Check [GitHub Actions](https://github.com/python-pillow/Pillow/actions) to confirm passing tests in release branch e.g. `12.1.x`. * [x] In compliance with [PEP 440](https://peps.python.org/pep-0440/), update version identifier in `src/PIL/_version.py` * [x] Run pre-release check via `make release-test`. * [x] Create tag for release e.g.: ```bash git tag 12.1.1 git push --tags ``` * [x] Create and check source distribution: ```bash make sdist ``` * [x] Check the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml) has passed, including the "Upload release to PyPI" job. This will have been triggered by the new tag. * [x] Publish the [release on GitHub](https://github.com/python-pillow/Pillow/releases) and then: ```bash git push ``` ## Publicize release * [x] Announce release availability via [Mastodon](https://fosstodon.org/@pillow) e.g. https://fosstodon.org/@pillow/110639450470725321 ## Documentation * [x] Make sure the [default version for Read the Docs](https://pillow.readthedocs.io/en/stable/) is up-to-date with the release changes ## Docker images * [x] Update Pillow in the Docker Images repository ```bash git clone https://github.com/python-pillow/docker-images cd docker-images ./update-pillow-tag.sh 12.1.1 ```
Point release
Released as needed for security, installation or critical bug fixes.
mainbranch.mainbranch to release branch e.g.12.1.x, thengit push.12.1.x.src/PIL/_version.pymake release-test.has passed, including the "Upload release to PyPI" job. This will have been triggered
by the new tag.
Publicize release
Documentation
Docker images
git clone https://github.com/python-pillow/docker-images cd docker-images ./update-pillow-tag.sh 12.1.1