We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a44fa1 commit 1371d5eCopy full SHA for 1371d5e
2 files changed
CHANGELOG.rst
@@ -16,6 +16,14 @@ Unreleased
16
17
*
18
19
+0.10.1 - 2025-10-28
20
+********************
21
+
22
+Fixed
23
+=====
24
25
+* Fix constants and test class to be able to use it outside this app.
26
27
0.10.0 - 2025-10-28
28
*******************
29
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.10.0"
+__version__ = "0.10.1"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments