diff --git a/HISTORY.rst b/HISTORY.rst index 887a432..9aeff1e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History/Changelog ================= +1.7.0 +----- + +- Add ``--property-decorators`` option. + 1.6.0 ----- diff --git a/flake8_docstrings.py b/flake8_docstrings.py index de7983a..3d74d9e 100644 --- a/flake8_docstrings.py +++ b/flake8_docstrings.py @@ -24,7 +24,7 @@ module_name = "pep257" -__version__ = "1.6.0" +__version__ = "1.7.0" __all__ = ("pep257Checker",)