Skip to content

Commit

Permalink
Update setup.py + Change Log for 21.9.1 release (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees authored Sep 12, 2021
1 parent b462a5e commit 09ca6c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Tests

Just run::

python tests/test_bugbear.py
coverage run tests/test_bugbear.py


License
Expand All @@ -222,10 +222,13 @@ MIT
Change Log
----------

Future
21.9.1
~~~~~~

* Add B904: check for ``raise`` without ``from`` in an ``except`` clause
* Update B008: Whitelist more immutable function calls (#173)
* Remove Python Compatibility Warnings (#182)
* Add B904: check for ``raise`` without ``from`` in an ``except`` clause (#181)
* Add Python 3.10 tests to ensure we pass (#183)

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

import pycodestyle

__version__ = "21.4.3"
__version__ = "21.9.1"

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

Expand Down

0 comments on commit 09ca6c0

Please sign in to comment.