We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b4932 commit 7489b3bCopy full SHA for 7489b3b
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 22.5.0
4
5
Features:
6
* Introduce Y039: Use `str` instead of `typing.Text` for Python 3 stubs.
pyi.py
@@ -38,7 +38,7 @@
38
if TYPE_CHECKING:
39
from typing import Literal, TypeGuard
40
41
-__version__ = "22.4.1"
+__version__ = "22.5.0"
42
43
LOG = logging.getLogger("flake8.pyi")
44
0 commit comments