Skip to content

Commit fce31d4

Browse files
committed
Update READEME + version for 23.3.23 release
1 parent 03a0f40 commit fce31d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,11 @@ MIT
325325
Change Log
326326
----------
327327

328-
Unreleased
328+
23.3.23
329329
~~~~~~~~~~
330330

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

333335
23.3.12

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import attr
1414
import pycodestyle
1515

16-
__version__ = "23.3.12"
16+
__version__ = "23.3.23"
1717

1818
LOG = logging.getLogger("flake8.bugbear")
1919
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)