Skip to content

Commit 7489b3b

Browse files
authored
Prepare for release 22.5.0 (#218)
1 parent e0b4932 commit 7489b3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 22.5.0
44

55
Features:
66
* Introduce Y039: Use `str` instead of `typing.Text` for Python 3 stubs.

pyi.py

Lines changed: 1 addition & 1 deletion
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.1"
41+
__version__ = "22.5.0"
4242

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

0 commit comments

Comments
 (0)