From b8029173017508612d550d456cbb5be753c5ff3c Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Mon, 21 Nov 2022 09:11:40 +0000 Subject: [PATCH] Call this v0.3.5 --- README.rst | 1 + flake8_black.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 17029b0..9a7113e 100644 --- a/README.rst +++ b/README.rst @@ -175,6 +175,7 @@ Version History ======= ============ =========================================================== Version Release date Changes ------- ------------ ----------------------------------------------------------- +v0.3.5 2022-11-21 - Fix regression clashing with ``flake8-rst-docstrings``. v0.3.4 2022-11-17 - Replaces ``setup.py`` with ``pyproject.toml`` for build. v0.3.3 2022-05-16 - Cope with line-length as string in pyproject.toml config. v0.3.2 2022-02-25 - Use ``tomli`` library to match black, contribution from diff --git a/flake8_black.py b/flake8_black.py index 8d0b1d2..35e3b51 100644 --- a/flake8_black.py +++ b/flake8_black.py @@ -14,7 +14,7 @@ from flake8 import LOG -__version__ = "0.3.4" +__version__ = "0.3.5" black_prefix = "BLK"