Skip to content

Commit c7c5c7c

Browse files
committed
Update README + version for 22.10.25 release
1 parent aa3c351 commit c7c5c7c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,16 @@ MIT
296296

297297
Change Log
298298
----------
299-
Future
299+
300+
22.10.25
300301
~~~~~~~~~
301302

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

304310
22.9.23
305311
~~~~~~~~~~

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import attr
1313
import pycodestyle
1414

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

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

0 commit comments

Comments
 (0)