Skip to content

Commit b9f9dce

Browse files
committed
Update CHANGES + move to version 24.4.21 to release
1 parent 54ecfbc commit b9f9dce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

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

354+
24.4.21
355+
~~~~~~~
356+
357+
* B950: Add pragma comment to line length ignores (#463)
358+
* B909: Add more cases to detect + more container mutating functions (#460)
359+
354360
24.2.6
355361
~~~~~~
356362

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.2.6"
20+
__version__ = "24.4.21"
2121

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

0 commit comments

Comments
 (0)