diff --git a/README.rst b/README.rst index 22cce27..1db92bd 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/bugbear.py b/bugbear.py index a2a2298..ea3dbd3 100644 --- a/bugbear.py +++ b/bugbear.py @@ -13,7 +13,7 @@ import attr import pycodestyle -__version__ = "23.3.12" +__version__ = "23.3.23" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (