From 1007f5ce5c8602e65eee8ab1b87ead4c48dbf029 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Mon, 22 Aug 2022 08:50:57 -0700 Subject: [PATCH] Update version + Change Log for 22.8.22 release --- README.rst | 3 ++- bugbear.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b5873ce..b94fc6f 100644 --- a/README.rst +++ b/README.rst @@ -284,8 +284,9 @@ MIT Change Log ---------- -FUTURE +22.8.22 ~~~~~~~~~~ + * Add B024: abstract base class with no abstract methods (#273) diff --git a/bugbear.py b/bugbear.py index 8fcf171..77fad29 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import attr import pycodestyle -__version__ = "22.7.1" +__version__ = "22.8.22" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (