File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ Unreleased
1616
1717*
1818
19+ 0.17.0 - 2025-11-14
20+ ********************
21+
22+ Added
23+ =====
24+
25+ * Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
26+
19270.16.0 - 2025-11-13
2028********************
2129
3038* Register ``CasbinRule `` model in the Django admin.
3139* Register ``ExtendedCasbinRule `` model in the Django admin as an inline model of ``CasbinRule ``.
3240
33- 0.16.0 - 2025-11-14
34- ********************
35-
36- Added
37- =====
38-
39- * Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
40-
41410.15.0 - 2025-11-11
4242********************
4343
Original file line number Diff line number Diff line change 44
55import os
66
7- __version__ = "0.16 .0"
7+ __version__ = "0.17 .0"
88
99ROOT_DIRECTORY = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments