Skip to content

Commit 7f5d5fd

Browse files
author
Andrii
committed
refactor: extend annotation_safe_list with new model & bump package version
1 parent 875bf3e commit 7f5d5fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.annotation_safe_list.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ oel_tagging.TagImportTask:
6565
".. no_pii:": "This model has no PII"
6666
oel_tagging.Taxonomy:
6767
".. no_pii:": "This model has no PII"
68+
oel_subsections.Subsection:
69+
".. no_pii:": "This model has no PII"
70+
oel_subsections.SubsectionVersion:
71+
".. no_pii:": "This model has no PII"
6872
oel_units.Unit:
6973
".. no_pii:": "This model has no PII"
7074
oel_units.UnitVersion:

openedx_learning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Open edX Learning ("Learning Core").
33
"""
44

5-
__version__ = "0.20.0"
5+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)