Skip to content

Commit 0069532

Browse files
authored
Update version + Change Log for 22.3.20 release (#234)
1 parent e389294 commit 0069532

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,14 @@ MIT
275275
Change Log
276276
----------
277277

278-
Unreleased
278+
22.3.20
279279
~~~~~~~~~~
280280

281+
* B022: No arguments passed to contextlib.suppress (#231)
282+
* B021: f-string used as docstring. (#230)
281283
* B020: ensure loop control variable doesn't overrides iterable it iterates (#220)
284+
* B019: check to find cache decorators on class methods (#218)
285+
* Fix crash on long empty string (#223)
282286

283287
22.1.11
284288
~~~~~~~~~~

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.1.11"
15+
__version__ = "22.3.20"
1616

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

0 commit comments

Comments
 (0)