We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a448ab commit 1a84eafCopy full SHA for 1a84eaf
2 files changed
CHANGELOG.rst
@@ -17,7 +17,7 @@ Unreleased
17
Added
18
=====
19
20
-0.21.1 - 2026-02-18
+0.22.0 - 2026-02-19
21
********************
22
23
* ADR on the AuthZ for Course Authoring implementation plan.
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.21.1"
+__version__ = "0.22.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments