Skip to content

Commit 845724e

Browse files
committed
Release 0.57.3
1 parent 6d3fbfd commit 845724e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 0.57.3
5+
--------------
6+
7+
- Fix AI ratings csrf issue (#3047)
8+
- fix: remove media max-width (#3045)
9+
- fix: change articles mobile design (#3037)
10+
- Fix webhook parameters (#3041)
11+
- chore: update mitxonline api with null default image changes (#3044)
12+
- Fix child assignment for mitxonline programs w/out courses (#3039)
13+
- fix: change the banner design (#3032)
14+
- Advertise parent programs on course product pages (#3029)
15+
- Make sure x-csrf headers are sent for AI response feedback requests (#3035)
16+
- handle null values coming back on feature_img_src from mitxonline (#3015)
17+
- Increase page size to 30 for contract programs (#3036)
18+
419
Version 0.57.0 (Released March 10, 2026)
520
--------------
621

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.57.0"
37+
VERSION = "0.57.3"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)