Skip to content

Commit 3940c08

Browse files
committed
Release 0.40.0
1 parent 5b2de60 commit 3940c08

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release Notes
22
=============
33

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+
414
Version 0.39.3 (Released August 11, 2025)
515
--------------
616

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.39.3"
37+
VERSION = "0.40.0"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)