Skip to content

Commit

Permalink
Update CHANGES + move to version 24.4.21 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Apr 21, 2024
1 parent 54ecfbc commit b9f9dce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -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
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -17,7 +17,7 @@
import attr
import pycodestyle

__version__ = "24.2.6"
__version__ = "24.4.21"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit b9f9dce

Please sign in to comment.