Skip to content

Commit 27f9892

Browse files
committed
squas!: Correct version
1 parent c106b49 commit 27f9892

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

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

17-
1.5.0 - 2026-04-09
17+
1.4.0 - 2026-04-09
1818
******************
1919

2020
* Add ``orgs/`` endpoint to list and search orgs, with pagination, as required for filters in the Admin Console.

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.3.0"
7+
__version__ = "1.4.0"
88

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

0 commit comments

Comments
 (0)