Skip to content

Commit 88bb957

Browse files
authored
Update version + Change Log for 22.6.22 release (#264)
1 parent 437c9d2 commit 88bb957

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: README.rst

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

282+
22.6.22
283+
~~~~~~~~~~
284+
285+
* Don't crash when select / extend_select are None (#261)
286+
* Ignore lambda arguments for B020 (#259)
287+
* Fix missing space typos in B021, B022 error messages (#257)
288+
289+
282290
22.4.25
283291
~~~~~~~~~~
284292

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.4.25"
15+
__version__ = "22.6.22"
1616

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

0 commit comments

Comments
 (0)