diff --git a/README.rst b/README.rst index 524472f..12a6b6c 100644 --- a/README.rst +++ b/README.rst @@ -349,10 +349,10 @@ MIT Change Log ---------- -Unreleased -~~~~~~~~~~ +24.1.16 +~~~~~~~ -* B036: Fix crash on `raise` statements raising something other than +* B036: Fix crash on ``raise`` statements raising something other than a bare name (#450) 24.1.15 diff --git a/bugbear.py b/bugbear.py index 8f47666..8cf3325 100644 --- a/bugbear.py +++ b/bugbear.py @@ -17,7 +17,7 @@ import attr import pycodestyle -__version__ = "24.1.15" +__version__ = "24.1.16" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (