From bab0965d9e814fd4b41b3aac30671d3208b9c49f Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Mon, 25 Apr 2022 07:28:36 -0700 Subject: [PATCH] Update version + Change Log for 22.4.25 release --- README.rst | 7 +++++++ bugbear.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dcee09f..4bee724 100644 --- a/README.rst +++ b/README.rst @@ -279,6 +279,13 @@ MIT Change Log ---------- +22.4.25 +~~~~~~~~~~ + +* Ignore black formatting for b013 test case (#251) +* B010 Fix lambda flase positive (#246) +* B008 Fix edge case with lambda functions (#243) + 22.3.23 ~~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index 1149edf..4201fbc 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.3.23" +__version__ = "22.4.25" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (