Skip to content

Commit

Permalink
Update CHANGES + move to version 24.10.31 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Oct 31, 2024
1 parent 07a5676 commit 72f6116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,13 @@ Change Log
----------


FUTURE
24.10.31
~~~~~~

* B041: New dictionary same key AND value check (#496)
* B037: Fix typo in error message
* B024: No longer treats assigned class variables as abstract (#471)
* Bump required attrs version to 22.2.0

24.8.19
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import attr
import pycodestyle # type: ignore[import-untyped]

__version__ = "24.8.19"
__version__ = "24.10.31"

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

0 comments on commit 72f6116

Please sign in to comment.