Skip to content

Commit 25bb08b

Browse files
authored
Prepare for release 22.4.1 (#214)
1 parent fd2bae8 commit 25bb08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 22.4.1
44

55
Features:
66
* Expand Y027 check to prohibit importing any objects from the `typing` module that are

pyi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if TYPE_CHECKING:
3939
from typing import Literal, TypeGuard
4040

41-
__version__ = "22.4.0"
41+
__version__ = "22.4.1"
4242

4343
LOG = logging.getLogger("flake8.pyi")
4444

0 commit comments

Comments
 (0)