mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Release 7.0.0
This commit is contained in:
parent
6f3a60dd46
commit
88a4f9b2f4
4 changed files with 27 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ Historically, |Flake8| has generated major releases for:
|
|||
|
||||
- Large scale refactoring (2.0, 3.0, 5.0, 6.0)
|
||||
|
||||
- Subtly breaking CLI changes (3.0, 4.0, 5.0, 6.0)
|
||||
- Subtly breaking CLI changes (3.0, 4.0, 5.0, 6.0, 7.0)
|
||||
|
||||
- Breaking changes to its plugin interface (3.0)
|
||||
|
||||
|
|
|
|||
19
docs/source/release-notes/7.0.0.rst
Normal file
19
docs/source/release-notes/7.0.0.rst
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
7.0.0 -- 2024-01-04
|
||||
-------------------
|
||||
|
||||
You can view the `7.0.0 milestone`_ on GitHub for more details.
|
||||
|
||||
Backwards Incompatible Changes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Remove ``--include-in-doctest`` and ``--exclude-from-doctest`` options.
|
||||
(See also :issue:`1747`, :pull:`1854`)
|
||||
|
||||
New Dependency Information
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Pyflakes has been updated to >= 3.2.0, < 3.3.0 (See also :pull:`1906`).
|
||||
|
||||
.. all links
|
||||
.. _7.0.0 milestone:
|
||||
https://github.com/PyCQA/flake8/milestone/49
|
||||
|
|
@ -5,6 +5,12 @@
|
|||
All of the release notes that have been recorded for Flake8 are organized here
|
||||
with the newest releases first.
|
||||
|
||||
7.x Release Series
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
7.0.0
|
||||
|
||||
6.x Release Series
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue