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.
1 parent 5b2de60 commit 3940c08Copy full SHA for 3940c08
RELEASE.rst
@@ -1,6 +1,16 @@
1
Release Notes
2
=============
3
4
+Version 0.40.0
5
+--------------
6
+
7
+- Append UTM query params (#2430)
8
+- Ability to group ContentFile vector search results (#2426)
9
+- better bad data handling for the org dashboard (#2427)
10
+- org dashboard design updates (#2425)
11
+- Assign urls to edx contentfiles when possible (#2420)
12
+- add mitxonline certificate api (#2410)
13
14
Version 0.39.3 (Released August 11, 2025)
15
--------------
16
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.39.3"
+VERSION = "0.40.0"
38
39
log = logging.getLogger()
40
0 commit comments