From f8fe3c4b3681dd3e5e4cc18daa84fdfb3b1892c2 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Sat, 16 Sep 2023 13:25:08 -0700 Subject: [PATCH] Update READEME + version for 23.9.16 release --- README.rst | 9 ++++++++- bugbear.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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 = (