From cd8a6e79f276b8b9d085776e5c2d8fc256f77e30 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 25 Jan 2023 09:26:19 -0500 Subject: [PATCH] 1.7.0 --- HISTORY.rst | 5 +++++ flake8_docstrings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",)