Skip to content

Commit e5a469b

Browse files
authored
Prepare for release 22.3.0 (#195)
1 parent 5cc4b3d commit e5a469b

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

55
Bugfixes:
66
* fix bug where incorrect quoted annotations were not detected within `if` blocks

pyi.py

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

41-
__version__ = "22.2.0"
41+
__version__ = "22.3.0"
4242

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

0 commit comments

Comments
 (0)