Skip to content

Commit

Permalink
Prepare for release 23.1.1 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jan 28, 2023
1 parent dc81a15 commit 6b18eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## 23.1.1

New error codes:
* Y052: Disallow default values in global or class namespaces where the
Expand Down
2 changes: 1 addition & 1 deletion pyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def unparse(node: ast.AST) -> str:
# and mypy thinks typing_extensions is part of the stdlib.
from typing_extensions import Literal, TypeAlias, TypeGuard

__version__ = "23.1.0"
__version__ = "23.1.1"

LOG = logging.getLogger("flake8.pyi")
FLAKE8_MAJOR_VERSION = flake8.__version_info__[0]
Expand Down

0 comments on commit 6b18eec

Please # to comment.