Skip to content

Commit

Permalink
Update README + version for 22.10.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Oct 24, 2022
1 parent aa3c351 commit c7c5c7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rst
Expand Up @@ -296,10 +296,16 @@ MIT

Change Log
----------
Future

22.10.25
~~~~~~~~~

* Make B015 and B018 messages slightly more polite (#298)
* Add B027: Empty method in abstract base class with no abstract decorator
* Multiple B024 false positive fixes
* Move CI to use `tox` (#294)
* Move to using PEP621 / `pyproject.toml` package (#291)
* Tested in 3.11

22.9.23
~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "22.9.23"
__version__ = "22.10.25"

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

0 comments on commit c7c5c7c

Please sign in to comment.