Skip to content

Commit 72794d5

Browse files
committed
Update READEME + version for 23.3.12 release
1 parent 5c85ef4 commit 72794d5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,15 @@ MIT
325325
Change Log
326326
----------
327327

328-
Unreleased
329-
~~~~~~~~~~
328+
23.3.12
329+
~~~~~~~~
330330

331+
* B950: now ignores 'noqa' and 'type: ignore' comments.
331332
* B005: Do not flag when using the ``strip()`` method on an imported module.
332333
* B030: Allow calls and starred expressions in except handlers.
333334

334335
23.2.13
335-
~~~~~~~~~
336+
~~~~~~~~
336337

337338
* B906: Add ``visit_Bytes``, ``visit_Num`` and ``visit_Str`` to the list of ``visit_*``
338339
functions that are ignored by the B906 check. The ``ast.Bytes``, ``ast.Num`` and

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import attr
1414
import pycodestyle
1515

16-
__version__ = "23.2.13"
16+
__version__ = "23.3.12`
1717

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

0 commit comments

Comments
 (0)