Skip to content

Commit

Permalink
Update CHANGES + move to version 24.1.17 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 17, 2024
1 parent 546d833 commit 608df84
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 @@ -349,6 +349,11 @@ MIT
Change Log
----------

24.1.17
~~~~~~~

* B038: Restrict rule to mutation functions only (#453)

24.1.16
~~~~~~~

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

__version__ = "24.1.16"
__version__ = "24.1.17"

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

0 comments on commit 608df84

Please sign in to comment.