diff --git a/README.rst b/README.rst index 8ade929..e92a01b 100644 --- a/README.rst +++ b/README.rst @@ -144,6 +144,9 @@ Version History ======= ============ =========================================================== Version Release date Changes ------- ------------ ----------------------------------------------------------- +v0.1.1 2019-08-06 - Option to use a (global) black configuration file, + contribution from + `Tomasz Grining `_. v0.1.0 2019-06-03 - Uses main ``black`` settings from ``pyproject.toml``, contribution from `Alex `_. - WARNING: Now ignores ``flake8`` max-line-length setting. diff --git a/flake8_black.py b/flake8_black.py index 3386d36..7779982 100644 --- a/flake8_black.py +++ b/flake8_black.py @@ -13,7 +13,7 @@ from flake8 import utils as stdin_utils -__version__ = "0.1.0" +__version__ = "0.1.1" black_prefix = "BLK"