There was an error while loading. Please reload this page.
1 parent 7dc8c2c commit c70aa90Copy full SHA for c70aa90
2 files changed
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
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
11
Version 1.145.1 (Released April 08, 2026)
12
---------------
13
main/settings.py
@@ -37,7 +37,7 @@
37
from main.sentry import init_sentry
38
from openapi.settings_spectacular import open_spectacular_settings
39
40
-VERSION = "1.145.1"
+VERSION = "1.145.2"
41
42
log = logging.getLogger()
43
0 commit comments