Skip to content

Commit

Permalink
Update README + version for 22.10.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Oct 26, 2022
1 parent 7b2af62 commit e81c636
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,13 @@ MIT
Change Log
----------

22.10.27
~~~~~~~~~

* B027: Ignore @overload decorator (#306)
* B023: Also fix map (#305)
* B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303)

22.10.25
~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "22.10.25"
__version__ = "22.10.27"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit e81c636

Please sign in to comment.