Skip to content

Commit

Permalink
Update CHANGES + move to version 24.4.26 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Apr 26, 2024
1 parent b4986aa commit 8d524af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -351,6 +351,11 @@ MIT
Change Log
----------

24.4.26
~~~~~~~

* B909: Fix false positive affecting containers of mutables (#469)

24.4.21
~~~~~~~

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

__version__ = "24.4.21"
__version__ = "24.4.26"

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

0 comments on commit 8d524af

Please sign in to comment.