Skip to content

Commit 975b54d

Browse files
committed
Update CHANGES + move to version 23.12.2 to release
1 parent 89f950c commit 975b54d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,13 @@ MIT
343343
Change Log
344344
----------
345345

346+
23.12.2
347+
~~~~~~~
348+
349+
* B018: to detect useless-statements at all levels (#434)
350+
* B018: Add classname to b018 useless-expression output (#433)
351+
* B018: Include tuples in b018 useless-statement check (#432)
352+
346353
23.11.28
347354
~~~~~~~~
348355

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import attr
1616
import pycodestyle
1717

18-
__version__ = "23.11.28"
18+
__version__ = "23.12.2"
1919

2020
LOG = logging.getLogger("flake8.bugbear")
2121
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)