We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f7dc4d + a080ba0 commit ccea8bbCopy full SHA for ccea8bb
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.36.0 (Released June 10, 2025)
5
+--------------
6
+
7
+- Update dependency Django to v4.2.22 [SECURITY] (#2293)
8
+- Ignore authentication based 403's when querying enrollments from the dashboard home enrollment display (#2290)
9
+- more copy updates (#2291)
10
+- Use the org slug in the URL instead of the ID (#2288)
11
12
Version 0.35.1 (Released June 05, 2025)
13
--------------
14
main/settings.py
@@ -34,7 +34,7 @@
34
from main.settings_pluggy import * # noqa: F403
35
from openapi.settings_spectacular import open_spectacular_settings
36
37
-VERSION = "0.35.1"
+VERSION = "0.36.0"
38
39
log = logging.getLogger()
40
0 commit comments