提交 405cfe06 编辑于 作者: Anthony Sottile's avatar Anthony Sottile
浏览文件

Release 5.0.1

显示 17 个添加1 个删除
+17 -1
5.0.1 -- 2022-07-31
-------------------
You can view the `5.0.1 milestone`_ on GitHub for more details.
Bugs Fixed
~~~~~~~~~~
- Fix duplicate plugin discovery on misconfigured pythons (See also
:issue:`1627`, :pull:`1631`).
.. all links
.. _5.0.1 milestone:
https://github.com/PyCQA/flake8/milestone/43
......@@ -10,6 +10,7 @@ with the newest releases first.
.. toctree::
5.0.0
5.0.1
4.x Release Series
==================
......
......@@ -17,7 +17,7 @@ from typing import Type
LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())
__version__ = "5.0.0"
__version__ = "5.0.1"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
_VERBOSITY_TO_LOG_LEVEL = {
......
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册