Skip to content

Commit bab0965

Browse files
committed
Update version + Change Log for 22.4.25 release
1 parent f2bf7f8 commit bab0965

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,13 @@ MIT
279279
Change Log
280280
----------
281281

282+
22.4.25
283+
~~~~~~~~~~
284+
285+
* Ignore black formatting for b013 test case (#251)
286+
* B010 Fix lambda flase positive (#246)
287+
* B008 Fix edge case with lambda functions (#243)
288+
282289
22.3.23
283290
~~~~~~~~~~
284291

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.23"
15+
__version__ = "22.4.25"
1616

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

0 commit comments

Comments
 (0)