Skip to content

Commit e69ab5b

Browse files
committed
Release 0.57.2
1 parent 750e3c9 commit e69ab5b

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

RELEASE.rst

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

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

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.2"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)