Skip to content

Commit c255c1b

Browse files
committed
Update version + Change Log for 22.3.23 release
1 parent f9e0f77 commit c255c1b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,12 @@ MIT
279279
Change Log
280280
----------
281281

282-
<release-tbd>
282+
22.3.23
283283
~~~~~~~~~~
284284

285-
* B006 and B008: Detect function calls at any level of the default expression.
285+
* B006 and B008: Detect function calls at any level of the default expression (#239)
286+
* B020: Fix comprehension false postives (#238)
287+
* Tweak B019 desc (#237)
286288

287289
22.3.20
288290
~~~~~~~~~~

Diff for: bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

15-
__version__ = "22.3.20"
15+
__version__ = "22.3.23"
1616

1717
LOG = logging.getLogger("flake8.bugbear")
1818
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)