Skip to content

Commit c8d40ab

Browse files
committed
squash!: Update version
1 parent e3af38a commit c8d40ab

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Unreleased
1616

1717
*
1818

19+
0.18.0 - 2025-11-17
20+
********************
21+
22+
Added
23+
=====
24+
25+
* Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
26+
1927
0.17.1 - 2025-11-14
2028
********************
2129

@@ -31,7 +39,6 @@ Added
3139
=====
3240

3341
* Signal to clear policies associated to a user when they are retired.
34-
* Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
3542

3643
0.16.0 - 2025-11-13
3744
********************

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.17.1"
7+
__version__ = "0.18.0"
88

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

0 commit comments

Comments
 (0)