Skip to content

Commit

Permalink
Update README + version for 23.1.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 14, 2023
1 parent 48a61e4 commit 4a0db1a
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 @@ -308,7 +308,7 @@ MIT
Change Log
----------

Future
23.1.14
~~~~~~~~~

* Add B906: ``visit_`` function with no further calls to a ``visit`` function. (#313)
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__ = "22.12.6"
__version__ = "23.1.14"

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

0 comments on commit 4a0db1a

Please sign in to comment.