Skip to content

Commit 1a84eaf

Browse files
committed
squash!: Bump version
1 parent 6a448ab commit 1a84eaf

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
@@ -17,7 +17,7 @@ Unreleased
1717
Added
1818
=====
1919

20-
0.21.1 - 2026-02-18
20+
0.22.0 - 2026-02-19
2121
********************
2222

2323
* ADR on the AuthZ for Course Authoring implementation plan.

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.21.1"
7+
__version__ = "0.22.0"
88

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

0 commit comments

Comments
 (0)