We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c4f6c commit cd8a6e7Copy full SHA for cd8a6e7
HISTORY.rst
@@ -1,6 +1,11 @@
1
History/Changelog
2
=================
3
4
+1.7.0
5
+-----
6
+
7
+- Add ``--property-decorators`` option.
8
9
1.6.0
10
-----
11
flake8_docstrings.py
@@ -24,7 +24,7 @@
24
25
module_name = "pep257"
26
27
-__version__ = "1.6.0"
+__version__ = "1.7.0"
28
__all__ = ("pep257Checker",)
29
30
0 commit comments