File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ Change Log
1111
1212.. There should always be an "Unreleased" section for changes pending release.
1313
14+ [1.0.2] - 2021-01-22
15+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+ * Make setting_warning annotation optional.
18+
1419[1.0.1] - 2021-01-22
1520~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1621
Original file line number Diff line number Diff line change 22Extensible tools for parsing annotations in codebases.
33"""
44
5- __version__ = '1.0.1 '
5+ __version__ = '1.0.2 '
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ annotations:
77 - " .. setting_default: " :
88 - " .. setting_description: " :
99 - " .. setting_warning: " :
10+ optional : true
1011extensions :
1112 python :
1213 - py
You can’t perform that action at this time.
0 commit comments