Skip to content

Commit

Permalink
Update README + version for 23.1.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 20, 2023
1 parent 5d9d744 commit 64d10cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~
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.1.17"
__version__ = "23.1.20"

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

0 comments on commit 64d10cc

Please sign in to comment.