Skip to content

Commit 64d10cc

Browse files
committed
Update README + version for 23.1.20 release
1 parent 5d9d744 commit 64d10cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@ MIT
311311
Change Log
312312
----------
313313

314-
Future
314+
23.1.20
315315
~~~~~~~~~
316316

317-
* B024: now ignores classes without any methods.
318-
* B906: Ignore ``visit_`` functions with a ``_fields`` attribute that can't contain ast.AST subnodes. (#330)
317+
* B024: now ignores classes without any methods. (#336)
319318
* B017: Don't warn when ``pytest.raises()`` has a ``match`` argument. (#334)
319+
* B906: Ignore ``visit_`` functions with a ``_fields`` attribute that can't contain ast.AST subnodes. (#330)
320320

321321
23.1.17
322322
~~~~~~~~~

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import attr
1414
import pycodestyle
1515

16-
__version__ = "23.1.17"
16+
__version__ = "23.1.20"
1717

1818
LOG = logging.getLogger("flake8.bugbear")
1919
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)