Skip to content

Commit 520a3ea

Browse files
committed
chore: bump version to 0.16.0
1 parent e84d2db commit 520a3ea

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ Change Log
1414
Unreleased
1515
**********
1616

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+
1730
* Register ``CasbinRule`` model in the Django admin.
1831
* Register ``ExtendedCasbinRule`` model in the Django admin as an inline model of ``CasbinRule``.
1932

openedx_authz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
import os
66

7-
__version__ = "0.15.0"
7+
__version__ = "0.16.0"
88

99
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)