Skip to content

Commit

Permalink
Update READEME + version for 23.3.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 12, 2023
1 parent 5c85ef4 commit 72794d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,15 @@ MIT
Change Log
----------

Unreleased
~~~~~~~~~~
23.3.12
~~~~~~~~

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

23.2.13
~~~~~~~~~
~~~~~~~~

* B906: Add ``visit_Bytes``, ``visit_Num`` and ``visit_Str`` to the list of ``visit_*``
functions that are ignored by the B906 check. The ``ast.Bytes``, ``ast.Num`` and
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import attr
import pycodestyle

__version__ = "23.2.13"
__version__ = "23.3.12`

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit 72794d5

Please sign in to comment.