Skip to content

Commit 4f081af

Browse files
authored
Merge pull request #84 from PyCQA/new_version
Move to version to 19.3.0 for release
2 parents 288fa44 + 13129be commit 4f081af

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8-bugbear
66
:target: https://travis-ci.org/PyCQA/flake8-bugbear
77

88
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
9-
:target: https://github.com/python/black
9+
:target: https://github.com/psf/black
1010

1111
A plugin for Flake8 finding likely bugs and design problems in your
1212
program. Contains warnings that don't belong in pyflakes and
@@ -237,6 +237,13 @@ MIT
237237
Change Log
238238
----------
239239

240+
19.8.0
241+
~~~~~~
242+
243+
* Fix .travis.yml syntax + add Python 3.8 + nightly tests
244+
* Fix `black` formatting + enforce via CI
245+
* Make B901 not apply to __await__ methods
246+
240247
19.3.0
241248
~~~~~~
242249

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pycodestyle
1010

1111

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

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

0 commit comments

Comments
 (0)