Skip to content

Commit 70d076a

Browse files
authored
Merge pull request #60 from edx/robrap/setting-warning-optional
make setting_warning annotation optional
2 parents 0e54225 + 5442fd7 commit 70d076a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '1.0.1'
5+
__version__ = '1.0.2'

code_annotations/contrib/config/setting_annotations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ annotations:
77
- ".. setting_default:":
88
- ".. setting_description:":
99
- ".. setting_warning:":
10+
optional: true
1011
extensions:
1112
python:
1213
- py

0 commit comments

Comments
 (0)