diff --git a/README.rst b/README.rst index 6c78258..852a9b2 100644 --- a/README.rst +++ b/README.rst @@ -238,6 +238,11 @@ MIT Change Log ---------- +20.1.4 +~~~~~~ + +* Ignore keywords for B009/B010 + 20.1.3 ~~~~~~ diff --git a/bugbear.py b/bugbear.py index 621bc3d..25f45e4 100644 --- a/bugbear.py +++ b/bugbear.py @@ -12,7 +12,7 @@ import pycodestyle -__version__ = "20.1.3" +__version__ = "20.1.4" LOG = logging.getLogger("flake8.bugbear")