Commit 405cfe0 1 parent d20bb97 commit 405cfe0 Copy full SHA for 405cfe0
File tree 3 files changed +17
-1
lines changed
docs/source/release-notes
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 5.0.1 -- 2022-07-31
2
+ -------------------
3
+
4
+ You can view the `5.0.1 milestone `_ on GitHub for more details.
5
+
6
+ Bugs Fixed
7
+ ~~~~~~~~~~
8
+
9
+ - Fix duplicate plugin discovery on misconfigured pythons (See also
10
+ :issue: `1627 `, :pull: `1631 `).
11
+
12
+
13
+ .. all links
14
+ .. _5.0.1 milestone :
15
+ https://github.com/PyCQA/flake8/milestone/43
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ with the newest releases first.
10
10
11
11
.. toctree ::
12
12
5.0.0
13
+ 5.0.1
13
14
14
15
4.x Release Series
15
16
==================
Original file line number Diff line number Diff line change 17
17
LOG = logging .getLogger (__name__ )
18
18
LOG .addHandler (logging .NullHandler ())
19
19
20
- __version__ = "5.0.0 "
20
+ __version__ = "5.0.1 "
21
21
__version_info__ = tuple (int (i ) for i in __version__ .split ("." ) if i .isdigit ())
22
22
23
23
_VERBOSITY_TO_LOG_LEVEL = {
You can’t perform that action at this time.
0 commit comments