Skip to content

Commit 9e5c19d

Browse files
committed
Move to Version 20.1.2 + Update CHANGES in README.rst
1 parent 238001d commit 9e5c19d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ MIT
235235
Change Log
236236
----------
237237

238+
20.1.2
239+
~~~~~~
240+
241+
* Fix error on attributes-of-attributes in `except (...):` clauses
242+
238243
20.1.1
239244
~~~~~~
240245

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pycodestyle
1111

1212

13-
__version__ = "20.1.1"
13+
__version__ = "20.1.2"
1414

1515
LOG = logging.getLogger("flake8.bugbear")
1616

0 commit comments

Comments
 (0)