We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769f831 commit dfe6d76Copy full SHA for dfe6d76
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Change Log
2
3
-## Unreleased
+## 22.8.1
4
5
-* Add support for flake8 5.0.0.
+* Add support for flake8 >= 5.0.0.
6
7
## 22.8.0
8
pyi.py
@@ -39,7 +39,7 @@ def unparse(node: ast.AST) -> str:
39
# and mypy thinks typing_extensions is part of the stdlib.
40
from typing_extensions import Literal, TypeGuard
41
42
-__version__ = "22.8.0"
+__version__ = "22.8.1"
43
44
LOG = logging.getLogger("flake8.pyi")
45
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
0 commit comments