Skip to content

Commit 09cb6eb

Browse files
committed
Move to version to 19.3.0 for release
- Also update changes for 19.3.0 - Add in missing 18.8.0 changes into README.md too Tested via building: ``` python setup.py sdist python setup.py bdist_wheel ```
1 parent 995da1d commit 09cb6eb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,20 @@ Change Log
239239
19.3.0
240240
~~~~~~
241241

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

249+
18.8.0
250+
~~~~~~
251+
252+
* black format all .py files
253+
* Examine kw-only args for mutable defaults
254+
* Test for Python 3.7
255+
245256
18.2.0
246257
~~~~~~
247258

Diff for: bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pycodestyle
1010

1111

12-
__version__ = "18.8.0"
12+
__version__ = "19.3.0"
1313

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

0 commit comments

Comments
 (0)