Skip to content

Commit 3731237

Browse files
committed
Move to Version 20.1.1 + Update CHANGES in README.rst
1 parent e35343c commit 3731237

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,10 @@ MIT
235235
Change Log
236236
----------
237237

238-
Future
238+
20.1.1
239239
~~~~~~
240240

241+
* Allow continue/break within loops in finally clauses for B012
241242
* For B001, also check for ``except ():``
242243
* Introduce B013 and B014 to check tuples in ``except (..., ):`` statements
243244

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.0"
13+
__version__ = "20.1.1"
1414

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

0 commit comments

Comments
 (0)