Skip to content

Commit

Permalink
Update README + version for 22.12.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Dec 6, 2022
1 parent 0826e81 commit 9e9ff04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.rst
Expand Up @@ -302,10 +302,11 @@ MIT
Change Log
----------

Future
22.12.6
~~~~~~~~~
* B027: ignore @overload when typing is imported with other names
* Add B905: `zip()` without an explicit `strict=` parameter.

* Add B905: `zip()` without an explicit `strict=` parameter. (#314)
* B027: ignore @overload when typing is imported with other names (#309)

22.10.27
~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "22.10.27"
__version__ = "22.10.6"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit 9e9ff04

Please sign in to comment.