From e81c6363e7c18c63c7e49c57856f2936605fb744 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Thu, 27 Oct 2022 09:35:11 +1100 Subject: [PATCH] Update README + version for 22.10.27 release --- README.rst | 7 +++++++ bugbear.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1ad1ffb..d2accaf 100644 --- a/README.rst +++ b/README.rst @@ -297,6 +297,13 @@ MIT Change Log ---------- +22.10.27 +~~~~~~~~~ + +* B027: Ignore @overload decorator (#306) +* B023: Also fix map (#305) +* B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303) + 22.10.25 ~~~~~~~~~ diff --git a/bugbear.py b/bugbear.py index ad241fd..f02e91a 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.10.25" +__version__ = "22.10.27" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (