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"