Skip to content

Commit bdf434d

Browse files
committed
docs: bumpversion to v1.15.0
1 parent 4d637ac commit bdf434d

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
@@ -14,6 +14,14 @@ Change Log
1414
Unreleased
1515
**********
1616

17+
1.15.0 - 2026-04-30
18+
*******************
19+
20+
Added
21+
=====
22+
23+
* Add support for course permission in Authz REST APIs (#274)
24+
1725
1.14.0 - 2026-04-22
1826
*******************
1927

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__ = "1.14.0"
7+
__version__ = "1.15.0"
88

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

0 commit comments

Comments
 (0)