We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8aea4 commit 4073698Copy full SHA for 4073698
2 files changed
CHANGELOG.rst
@@ -14,6 +14,14 @@ Change Log
14
Unreleased
15
**********
16
17
+0.16.0 - 2025-11-13
18
+********************
19
+
20
+Changed
21
+=======
22
23
+* Update permission format to include app namespace prefix.
24
25
0.15.0 - 2025-11-11
26
********************
27
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.15.0"
+__version__ = "0.16.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments