From 9e5c19ddcf0237fd2bc9113512725cb831543fbc Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Sun, 5 Jan 2020 19:49:45 -0800 Subject: [PATCH] Move to Version 20.1.2 + Update CHANGES in README.rst --- README.rst | 5 +++++ bugbear.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bcfaa85..5001f44 100644 --- a/README.rst +++ b/README.rst @@ -235,6 +235,11 @@ MIT Change Log ---------- +20.1.2 +~~~~~~ + +* Fix error on attributes-of-attributes in `except (...):` clauses + 20.1.1 ~~~~~~ diff --git a/bugbear.py b/bugbear.py index f7a1f91..4909724 100644 --- a/bugbear.py +++ b/bugbear.py @@ -10,7 +10,7 @@ import pycodestyle -__version__ = "20.1.1" +__version__ = "20.1.2" LOG = logging.getLogger("flake8.bugbear")