We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9531747 commit 1969a2cCopy full SHA for 1969a2c
2 files changed
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.56.5
5
+--------------
6
+
7
+- feat: video thumbnail for product page sidebar (#2992)
8
+- remove dependency on Wagtail page_url from MITx Online (#3008)
9
+- Product pages, Purchasable Programs + enrollment_modes (#2995)
10
11
Version 0.56.4 (Released March 04, 2026)
12
--------------
13
main/settings.py
@@ -34,7 +34,7 @@
34
from main.settings_pluggy import * # noqa: F403
35
from openapi.settings_spectacular import open_spectacular_settings
36
37
-VERSION = "0.56.4"
+VERSION = "0.56.5"
38
39
log = logging.getLogger()
40
0 commit comments