Skip to content

Commit

Permalink
Update CHANGES + move to version 23.12.2 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Dec 2, 2023
1 parent 89f950c commit 975b54d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,13 @@ MIT
Change Log
----------

23.12.2
~~~~~~~

* B018: to detect useless-statements at all levels (#434)
* B018: Add classname to b018 useless-expression output (#433)
* B018: Include tuples in b018 useless-statement check (#432)

23.11.28
~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import attr
import pycodestyle

__version__ = "23.11.28"
__version__ = "23.12.2"

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

0 comments on commit 975b54d

Please sign in to comment.