Skip to content

Commit e81c636

Browse files
committed
Update README + version for 22.10.27 release
1 parent 7b2af62 commit e81c636

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,13 @@ MIT
297297
Change Log
298298
----------
299299

300+
22.10.27
301+
~~~~~~~~~
302+
303+
* B027: Ignore @overload decorator (#306)
304+
* B023: Also fix map (#305)
305+
* B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303)
306+
300307
22.10.25
301308
~~~~~~~~~
302309

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

15-
__version__ = "22.10.25"
15+
__version__ = "22.10.27"
1616

1717
LOG = logging.getLogger("flake8.bugbear")
1818
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)