Skip to content

Commit c70aa90

Browse files
committed
Release 1.145.2
1 parent 7dc8c2c commit c70aa90

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 1.145.2
5+
---------------
6+
7+
- Indicate order status on redirect via query params for MIT Learn (#3464)
8+
- Fix flakey discount-related tests (#3472)
9+
- Fix Cart -> Learn dashboard for UAI industry verticals (#3466)
10+
411
Version 1.145.1 (Released April 08, 2026)
512
---------------
613

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from main.sentry import init_sentry
3838
from openapi.settings_spectacular import open_spectacular_settings
3939

40-
VERSION = "1.145.1"
40+
VERSION = "1.145.2"
4141

4242
log = logging.getLogger()
4343

0 commit comments

Comments
 (0)