We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875bf3e commit 7f5d5fdCopy full SHA for 7f5d5fd
.annotation_safe_list.yml
@@ -65,6 +65,10 @@ oel_tagging.TagImportTask:
65
".. no_pii:": "This model has no PII"
66
oel_tagging.Taxonomy:
67
68
+oel_subsections.Subsection:
69
+ ".. no_pii:": "This model has no PII"
70
+oel_subsections.SubsectionVersion:
71
72
oel_units.Unit:
73
74
oel_units.UnitVersion:
openedx_learning/__init__.py
@@ -2,4 +2,4 @@
2
Open edX Learning ("Learning Core").
3
"""
4
5
-__version__ = "0.20.0"
+__version__ = "0.21.0"
0 commit comments