Skip to content

Commit baa0ab5

Browse files
authored
Prepare for release 22.8.0 (#260)
1 parent 31e4ce5 commit baa0ab5

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

55
New error codes:
66
* Y046: Detect unused `Protocol`s.

pyi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def unparse(node: ast.AST) -> str:
4545
# and mypy thinks typing_extensions is part of the stdlib.
4646
from typing_extensions import Literal, TypeGuard
4747

48-
__version__ = "22.7.0"
48+
__version__ = "22.8.0"
4949

5050
LOG = logging.getLogger("flake8.pyi")
5151

0 commit comments

Comments
 (0)