Docs: update major bump cadence

This commit is contained in:
Hugo van Kemenade 2025-12-11 09:29:54 +02:00
parent 374957cefd
commit 79ae888d45
2 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,7 @@ expected to be backported to earlier versions.
.. toctree::
:maxdepth: 2
versioning
12.1.0
12.0.0
11.3.0
@ -80,4 +81,3 @@ expected to be backported to earlier versions.
2.5.2
2.3.2
2.3.1
versioning

View File

@ -17,8 +17,8 @@ prior three months.
A quarterly release bumps the MAJOR version when incompatible API changes are
made, such as removing deprecated APIs or dropping an EOL Python version. In practice,
these occur every 12-18 months, guided by
`Python's EOL schedule <https://devguide.python.org/#status-of-python-branches>`_, and
these occur every October, guided by
`Python's EOL schedule <https://devguide.python.org/versions/>`__, and
any APIs that have been deprecated for at least a year are removed at the same time.
PATCH versions ("`Point Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#user-content-point-release>`_"