Skip to content

Commit

Permalink
Update README + version for 23.2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Feb 13, 2023
1 parent 76aa16b commit 1d87dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ MIT
Change Log
----------

Future
23.2.13
~~~~~~~~~

* B906: Add ``visit_Bytes``, ``visit_Num`` and ``visit_Str`` to the list of ``visit_*``
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.20"
__version__ = "23.2.13"

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

0 comments on commit 1d87dc8

Please sign in to comment.