Skip to content

Commit 326f69a

Browse files
authored
Prepare for release 22.4.0 (#211)
1 parent 7b32106 commit 326f69a

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.0
44

55
Features:
66
* Introduce Y036 (check for badly defined `__exit__` and `__aexit__` methods).

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.3.0"
41+
__version__ = "22.4.0"
4242

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

0 commit comments

Comments
 (0)