We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeec5d commit be420c4Copy full SHA for be420c4
2 files changed
CHANGELOG.rst
@@ -16,6 +16,15 @@ Unreleased
16
17
*
18
19
+
20
+0.20.1 - 2026-02-05
21
+********************
22
23
+Added
24
+=====
25
26
+* Add PoF role and permissions for the advanced course settings section
27
28
0.20.0 - 2025-11-27
29
********************
30
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.20.0"
+__version__ = "0.20.1"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments