Skip to content

Commit cd8a6e7

Browse files
committed
1.7.0
1 parent e8c4f6c commit cd8a6e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History/Changelog
22
=================
33

4+
1.7.0
5+
-----
6+
7+
- Add ``--property-decorators`` option.
8+
49
1.6.0
510
-----
611

flake8_docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
module_name = "pep257"
2626

27-
__version__ = "1.6.0"
27+
__version__ = "1.7.0"
2828
__all__ = ("pep257Checker",)
2929

3030

0 commit comments

Comments
 (0)