Skip to content

Commit

Permalink
Move to Version 20.11.1 + Update CHANGES in README.rst (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Nov 23, 2020
1 parent 7b73c9d commit 77288b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -249,9 +249,13 @@ MIT
Change Log
----------

Next version
20.11.1
~~~~~~~~~~~~

* Support exception aliases properly in B014 (#129)
* Add B015: Pointless comparison (#130)
* Remove check for # noqa comments (#134)
* Ignore exception classes which are not types (#135)
* Introduce B016 to check for raising a literal. (#141)
* Exclude types.MappingProxyType() from B008. (#144)

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

__version__ = "20.1.4"
__version__ = "20.11.1"

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

Expand Down

0 comments on commit 77288b3

Please sign in to comment.