Skip to content

Commit

Permalink
Update README + version for 23.1.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 18, 2023
1 parent 91188aa commit 4435548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,9 @@ MIT
Change Log
----------

Future
23.1.17
~~~~~~~~~

* Rename B028 to B907, making it optional/opinionated.

23.1.14
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.14"
__version__ = "23.1.17"

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

0 comments on commit 4435548

Please sign in to comment.