From f365c2122cbd07a9923827c089f1b63afbbcfc8b Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Tue, 16 Jan 2024 06:17:39 -0800 Subject: [PATCH] Update CHANGES + move to version 24.1.16 to release --- README.rst | 6 +++--- bugbear.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = (