Skip to content

Commit 09ca6c0

Browse files
authored
Update setup.py + Change Log for 21.9.1 release (#185)
1 parent b462a5e commit 09ca6c0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Tests
210210

211211
Just run::
212212

213-
python tests/test_bugbear.py
213+
coverage run tests/test_bugbear.py
214214

215215

216216
License
@@ -222,10 +222,13 @@ MIT
222222
Change Log
223223
----------
224224

225-
Future
225+
21.9.1
226226
~~~~~~
227227

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

230233
21.4.3
231234
~~~~~~

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import pycodestyle
1515

16-
__version__ = "21.4.3"
16+
__version__ = "21.9.1"
1717

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

0 commit comments

Comments
 (0)