Skip to content

Commit 8d524af

Browse files
committed
Update CHANGES + move to version 24.4.26 to release
1 parent b4986aa commit 8d524af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ MIT
351351
Change Log
352352
----------
353353

354+
24.4.26
355+
~~~~~~~
356+
357+
* B909: Fix false positive affecting containers of mutables (#469)
358+
354359
24.4.21
355360
~~~~~~~
356361

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import attr
1818
import pycodestyle
1919

20-
__version__ = "24.4.21"
20+
__version__ = "24.4.26"
2121

2222
LOG = logging.getLogger("flake8.bugbear")
2323
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)