Skip to content

Commit d904916

Browse files
authored
Prepare for release 22.5.1 (#220)
Hotfix release for #219, unblocking python/typeshed#7865
1 parent 88e22c0 commit d904916

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

55
Behaviour changes:
66
* Relax Y020 check slightly, enabling the idiom `__all__ += ["foo", "bar"]` to be used

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.5.0"
41+
__version__ = "22.5.1"
4242

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

0 commit comments

Comments
 (0)