Skip to content

Commit

Permalink
Prepare for release 23.3.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Mar 14, 2023
1 parent 5cb5b15 commit 69df360
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.3.0

* Y011/Y014/Y015: Allow `math` constants `math.inf`, `math.nan`, `math.e`,
`math.pi`, `math.tau`, and their negatives in default values. Some other
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.2"
__version__ = "23.3.0"

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

0 comments on commit 69df360

Please sign in to comment.