Skip to content

Commit e0285b7

Browse files
docs: update docstring for release
1 parent 6115be8 commit e0285b7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

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

1717
*
1818

19+
0.11.1 - 2025-10-29
20+
********************
21+
22+
Changed
23+
=======
24+
25+
* Refactor to get permissions' scopes instead of role.
26+
1927
0.11.0 - 2025-10-29
2028
********************
2129

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.0"
7+
__version__ = "0.11.1"
88

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

0 commit comments

Comments
 (0)