From b9f9dce9258a2440f203d87a529ea2f3b174c884 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Sun, 21 Apr 2024 08:50:53 -0700 Subject: [PATCH] Update CHANGES + move to version 24.4.21 to release --- README.rst | 6 ++++++ bugbear.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 78c85b0..9b49191 100644 --- a/README.rst +++ b/README.rst @@ -351,6 +351,12 @@ MIT Change Log ---------- +24.4.21 +~~~~~~~ + +* B950: Add pragma comment to line length ignores (#463) +* B909: Add more cases to detect + more container mutating functions (#460) + 24.2.6 ~~~~~~ diff --git a/bugbear.py b/bugbear.py index 2aeb781..befb300 100644 --- a/bugbear.py +++ b/bugbear.py @@ -17,7 +17,7 @@ import attr import pycodestyle -__version__ = "24.2.6" +__version__ = "24.4.21" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (