diff --git a/README.rst b/README.rst index 789951b..498b000 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 3344204..b4409dd 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.10.27" +__version__ = "22.10.6" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (