From 64d10cc2757644aaa466a234f55f0e1cf83b473b Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Fri, 20 Jan 2023 13:16:40 -0800 Subject: [PATCH] Update README + version for 23.1.20 release --- README.rst | 6 +++--- bugbear.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = (