diff --git a/README.rst b/README.rst index a900ff8..5e47273 100644 --- a/README.rst +++ b/README.rst @@ -338,8 +338,15 @@ MIT Change Log ---------- +23.9.16 +~~~~~~~ + +* add --classmethod-decorators (#405) +* fix name collision for node_stack on python 3.12 (#406) +* Use pypa/build to build the package (#404) + 23.7.10 -~~~~~~~~~~ +~~~~~~~ * Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments. * Fix a crash and several test failures on Python 3.12, all relating to the B907 diff --git a/bugbear.py b/bugbear.py index 1cec5bd..9f4b1af 100644 --- a/bugbear.py +++ b/bugbear.py @@ -15,7 +15,7 @@ import attr import pycodestyle -__version__ = "23.7.10" +__version__ = "23.9.16" LOG = logging.getLogger("flake8.bugbear") CONTEXTFUL_NODES = (