Skip to content

Commit

Permalink
time for 22.1.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jan 23, 2022
1 parent 7a398bc commit 8fc5e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
----------

22.1.0rc1
~~~~~~~~~
22.1.0
~~~~~~

* extend Y001 to cover ParamSpec and TypeVarTuple in addition to TypeVar
* detect usage of non-integer indices in ``sys.version_info`` checks
Expand Down
2 changes: 1 addition & 1 deletion pyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if TYPE_CHECKING:
from typing import TypeGuard

__version__ = "22.1.0rc1"
__version__ = "22.1.0"

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

Expand Down

0 comments on commit 8fc5e50

Please sign in to comment.