From d3bf9ab13e74b1a9df901835aea8baf09ebdcb4f Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Thu, 1 Apr 2021 13:05:15 -0700 Subject: [PATCH] Increment version to 21.4.2 for release + Update Changelog --- README.rst | 5 +++++ bugbear.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 75ac35f..1816517 100644 --- a/README.rst +++ b/README.rst @@ -256,6 +256,11 @@ MIT Change Log ---------- +21.4.2 +~~~~~~ + +* Add another hasattr() check to b017 visit for .func + 21.4.1 ~~~~~~ diff --git a/bugbear.py b/bugbear.py index fc4b71a..429ebd6 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "21.4.1" +__version__ = "21.4.2" LOG = logging.getLogger("flake8.bugbear")