Skip to content

Commit

Permalink
Update CHANGES + move to version 24.1.16 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 16, 2024
1 parent 56ac5c8 commit f365c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -349,10 +349,10 @@ MIT
Change Log
----------

Unreleased
~~~~~~~~~~
24.1.16
~~~~~~~

* B036: Fix crash on `raise` statements raising something other than
* B036: Fix crash on ``raise`` statements raising something other than
a bare name (#450)

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

__version__ = "24.1.15"
__version__ = "24.1.16"

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

0 comments on commit f365c21

Please sign in to comment.