diff --git a/README.rst b/README.rst index 7159b98..2cc7444 100644 --- a/README.rst +++ b/README.rst @@ -311,12 +311,12 @@ MIT Change Log ---------- -Future +23.1.20 ~~~~~~~~~ -* B024: now ignores classes without any methods. -* B906: Ignore ``visit_`` functions with a ``_fields`` attribute that can't contain ast.AST subnodes. (#330) +* B024: now ignores classes without any methods. (#336) * B017: Don't warn when ``pytest.raises()`` has a ``match`` argument. (#334) +* B906: Ignore ``visit_`` functions with a ``_fields`` attribute that can't contain ast.AST subnodes. (#330) 23.1.17 ~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 09924f5..5fea1c2 100644 --- a/bugbear.py +++ b/bugbear.py @@ -13,7 +13,7 @@ import attr import pycodestyle -__version__ = "23.1.17" +__version__ = "23.1.20" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (