We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664d0b9 commit ba0b8f9Copy full SHA for ba0b8f9
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.1 - 2025-10-29
26
********************
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.11.1"
+__version__ = "0.12.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments