Skip to content

Commit ba0b8f9

Browse files
committed
chore: bump version to 0.12.0
1 parent 664d0b9 commit ba0b8f9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ Change Log
1414
Unreleased
1515
**********
1616

17-
*
17+
0.12.0 - 2025-10-30
18+
********************
19+
20+
Changed
21+
=======
22+
23+
* Load authorization policies in permission class.
1824

1925
0.11.1 - 2025-10-29
2026
********************

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.11.1"
7+
__version__ = "0.12.0"
88

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

0 commit comments

Comments
 (0)