From 8d524af8739b042e813976e88e75b7106ccfd4c3 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Fri, 26 Apr 2024 07:48:37 -0700 Subject: [PATCH] Update CHANGES + move to version 24.4.26 to release --- README.rst | 5 +++++ bugbear.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9b49191..ce0cfcb 100644 --- a/README.rst +++ b/README.rst @@ -351,6 +351,11 @@ MIT Change Log ---------- +24.4.26 +~~~~~~~ + +* B909: Fix false positive affecting containers of mutables (#469) + 24.4.21 ~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 5c0aac7..c2a3032 100644 --- a/bugbear.py +++ b/bugbear.py @@ -17,7 +17,7 @@ import attr import pycodestyle -__version__ = "24.4.21" +__version__ = "24.4.26" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (