Skip to content

Commit

Permalink
Merge pull request #65 from PyCQA/new_version
Browse files Browse the repository at this point in the history
Move to version to 19.3.0 for release
  • Loading branch information
cooperlees authored Mar 28, 2019
2 parents 995da1d + 09cb6eb commit c22f1eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,20 @@ Change Log
19.3.0
~~~~~~

* allow 'mcs' for metaclass classmethod first arg (PyCharm default)
* Introduce B011
* Introduce B009 and B010
* Exclude immutable calls like tuple() and frozenset() from B008
* For B902, the first argument for metaclass class methods can be
"mcs", matching the name preferred by PyCharm.

18.8.0
~~~~~~

* black format all .py files
* Examine kw-only args for mutable defaults
* Test for Python 3.7

18.2.0
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pycodestyle


__version__ = "18.8.0"
__version__ = "19.3.0"

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

Expand Down

0 comments on commit c22f1eb

Please sign in to comment.