Skip to content

Commit

Permalink
Merge pull request #60 from edx/robrap/setting-warning-optional
Browse files Browse the repository at this point in the history
make setting_warning annotation optional
  • Loading branch information
robrap committed Jan 22, 2021
2 parents 0e54225 + 5442fd7 commit 70d076a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -11,6 +11,11 @@ Change Log

.. There should always be an "Unreleased" section for changes pending release.
[1.0.2] - 2021-01-22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Make setting_warning annotation optional.

[1.0.1] - 2021-01-22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion code_annotations/__init__.py
Expand Up @@ -2,4 +2,4 @@
Extensible tools for parsing annotations in codebases.
"""

__version__ = '1.0.1'
__version__ = '1.0.2'
1 change: 1 addition & 0 deletions code_annotations/contrib/config/setting_annotations.yaml
Expand Up @@ -7,6 +7,7 @@ annotations:
- ".. setting_default:":
- ".. setting_description:":
- ".. setting_warning:":
optional: true
extensions:
python:
- py

0 comments on commit 70d076a

Please sign in to comment.