Skip to content

Commit 60a3112

Browse files
authored
Prepare for release 22.8.2 (#280)
1 parent 8957cb5 commit 60a3112

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

55
New error codes:
66
* Y047: Detect unused `TypeAlias` declarations.

pyi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def unparse(node: ast.AST) -> str:
3939
# and mypy thinks typing_extensions is part of the stdlib.
4040
from typing_extensions import Literal, TypeAlias, TypeGuard
4141

42-
__version__ = "22.8.1"
42+
__version__ = "22.8.2"
4343

4444
LOG = logging.getLogger("flake8.pyi")
4545
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]

0 commit comments

Comments
 (0)