Skip to content

Commit

Permalink
Move to Version 20.1.1 + Update CHANGES in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 5, 2020
1 parent e35343c commit 3731237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -235,9 +235,10 @@ MIT
Change Log
----------

Future
20.1.1
~~~~~~

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

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -10,7 +10,7 @@
import pycodestyle


__version__ = "20.1.0"
__version__ = "20.1.1"

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

Expand Down

0 comments on commit 3731237

Please sign in to comment.