We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa980c commit d2c70b7Copy full SHA for d2c70b7
2 files changed
CHANGELOG.rst
@@ -14,7 +14,13 @@ Change Log
14
Unreleased
15
**********
16
17
-*
+0.12.0 - 2025-10-30
18
+********************
19
+
20
+Changed
21
+=======
22
23
+* Load authorization policies in permission class.
24
25
0.11.2 - 2025-10-30
26
********************
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.11.2"
+__version__ = "0.12.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments