Skip to content

Commit 14dd9c2

Browse files
committed
Merge branch 'release'
2 parents 084e253 + ed4049a commit 14dd9c2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE.rst

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

4+
Version 0.42.2 (Released September 08, 2025)
5+
--------------
6+
7+
- moving replacement of spaces to get_edx_module_id method (#2484)
8+
- Qdrant collection and parameter updates (#2481)
9+
- track first login on profile (#2488)
10+
- Fix popularity (#2473)
11+
- remove unpublished resources with duplicate readable_ids (#2478)
12+
- refactor mutations to accept args on mutation function itself rather than on instantiation, then on success of the create enrollment hook redirect to the courseware url (#2480)
13+
- Fix flaky test (#2477)
14+
- Fix for absolute certificate signature URLs (#2479)
15+
416
Version 0.42.0 (Released August 29, 2025)
517
--------------
618

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.42.0"
37+
VERSION = "0.42.2"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)