Skip to content

Commit 535c109

Browse files
committed
Update READEME + version for 23.5.9 release
1 parent eb300be commit 535c109

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,13 @@ MIT
329329
Change Log
330330
----------
331331

332-
Unreleased
333-
~~~~~~~~~~
334-
* B028: Allow stacklevel to be explicitly assigned as a positional argument
332+
23.5.9
333+
~~~~~~
334+
335+
* Add B033: Detect duplicate items in sets
336+
* Add B908: Detect assertRauses like contexts only has top level statements that could throw
337+
* Add B028: Allow stacklevel to be explicitly assigned as a positional argument
338+
* Remove more < 3.8 checks / assertions
335339

336340
23.3.23
337341
~~~~~~~~~~

bugbear.py

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

16-
__version__ = "23.3.23"
16+
__version__ = "23.5.9"
1717

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

0 commit comments

Comments
 (0)