From 0069532182d78ac0a41de94aab8d71db2398de2d Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Sun, 20 Mar 2022 12:48:33 -0700 Subject: [PATCH] Update version + Change Log for 22.3.20 release (#234) --- README.rst | 6 +++++- bugbear.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index be9d42d..1c628a8 100644 --- a/README.rst +++ b/README.rst @@ -275,10 +275,14 @@ MIT Change Log ---------- -Unreleased +22.3.20 ~~~~~~~~~~ +* B022: No arguments passed to contextlib.suppress (#231) +* B021: f-string used as docstring. (#230) * B020: ensure loop control variable doesn't overrides iterable it iterates (#220) +* B019: check to find cache decorators on class methods (#218) +* Fix crash on long empty string (#223) 22.1.11 ~~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index ee75fdf..46c71d0 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.1.11" +__version__ = "22.3.20" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (