Fixed wording [ci skip]

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2020-12-21 19:17:31 +11:00 committed by GitHub
parent 967d214a5c
commit 35834535cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Quarterly releases (referred to as "Main Release" in the checklist below) bump a
least the MINOR version, as new functionality has likely been added in the prior three least the MINOR version, as new functionality has likely been added in the prior three
months. months.
A quarterly release bumps the MAJOR version when make incompatible API changes are 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, 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, and any APIs that have these occur every 12-18 months, guided by Python's EOL schedule, and any APIs that have
been deprecated for at least a year are removed at the same time. been deprecated for at least a year are removed at the same time.