diff --git a/README.rst b/README.rst index ea2c527..ca12fc9 100644 --- a/README.rst +++ b/README.rst @@ -175,6 +175,7 @@ Version History ======= ============ =========================================================== Version Release date Changes ------- ------------ ----------------------------------------------------------- +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 `Brian Helba `_. - Adopted GitHub Actions to replace TravisCI testing. diff --git a/flake8_black.py b/flake8_black.py index 222bc05..aaf762c 100644 --- a/flake8_black.py +++ b/flake8_black.py @@ -14,7 +14,7 @@ from flake8 import LOG -__version__ = "0.3.2" +__version__ = "0.3.3" black_prefix = "BLK"