File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ Change Log
1111
1212.. There should always be an "Unreleased" section for changes pending release.
1313
14+ [0.9.0] - 2020-09-25
15+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+ * Get rid of the ``documented_elsewhere `` annotation, which is used nowhere
18+
19+
1420[0.8.0] - 2020-09-10
1521~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1622
Original file line number Diff line number Diff line change 22Extensible tools for parsing annotations in codebases.
33"""
44
5- __version__ = '0.8 .0'
5+ __version__ = '0.9 .0'
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ report_path: reports
55safelist_path : .annotation_safe_list.yml
66coverage_target : 50.0
77annotations :
8- documented_elsewhere :
9- - " .. documented_elsewhere: " :
10- - " .. documented_elsewhere_name: " :
118 feature_toggle :
129 # See annotation format documentation: https://edx-toggles.readthedocs.io/en/latest/how_to/documenting_new_feature_toggles.html
1310 - " .. toggle_name: " :
You can’t perform that action at this time.
0 commit comments