We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d2db commit 520a3eaCopy full SHA for 520a3ea
2 files changed
CHANGELOG.rst
@@ -14,6 +14,19 @@ Change Log
14
Unreleased
15
**********
16
17
+*
18
+
19
+0.16.0 - 2025-11-13
20
+********************
21
22
+Changed
23
+=======
24
25
+* Update permission format to include app namespace prefix.
26
27
+Added
28
+=====
29
30
* Register ``CasbinRule`` model in the Django admin.
31
* Register ``ExtendedCasbinRule`` model in the Django admin as an inline model of ``CasbinRule``.
32
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