Skip to content

Commit 82b698e

Browse files
committed
Release 4.0.1
1 parent 0fac346 commit 82b698e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/source/release-notes/4.0.1.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
4.0.1 -- 2021-10-11
2+
-------------------
3+
4+
You can view the `4.0.1 milestone`_ on GitHub for more details.
5+
6+
Bugs Fixed
7+
~~~~~~~~~~
8+
9+
- Fix parallel execution collecting a ``SyntaxError`` (See also :pull:`1410`
10+
:issue:`1408`).
11+
12+
13+
.. all links
14+
.. _4.0.1 milestone:
15+
https://github.com/PyCQA/flake8/milestone/41

docs/source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ with the newest releases first.
99
==================
1010

1111
.. toctree::
12+
4.0.1
1213
4.0.0
1314

1415
3.x Release Series

src/flake8/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
LOG = logging.getLogger(__name__)
1717
LOG.addHandler(logging.NullHandler())
1818

19-
__version__ = "4.0.0"
19+
__version__ = "4.0.1"
2020
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
2121

2222

0 commit comments

Comments
 (0)