Skip to content

Commit

Permalink
Update CHANGES + move to version 23.1.15 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 15, 2024
1 parent 9c100b6 commit c09afa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,14 @@ MIT
Change Log
----------

23.1.15
~~~~~~~

* B038: Add check for mutations of loop iterator (#446)
* B037: Add check for yielding or returning values in __init__() (#442)
* B017: make B017 also apply to BaseException (#439)
* B036: Add check for except BaseException without re-raising (#438)

23.12.2
~~~~~~~

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

__version__ = "23.12.2"
__version__ = "23.1.15"

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

0 comments on commit c09afa5

Please sign in to comment.