Skip to content

Commit

Permalink
Update READEME + version for 23.3.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 23, 2023
1 parent 03a0f40 commit fce31d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,11 @@ MIT
Change Log
----------

Unreleased
23.3.23
~~~~~~~~~~

* flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
* This has allowed some more modern AST usage cleanup and less CI running etc.
* B030: Fix crash on certain unusual except handlers (e.g. ``except a[0].b:``)

23.3.12
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.3.12"
__version__ = "23.3.23"

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

0 comments on commit fce31d4

Please sign in to comment.