Skip to content

Commit 1969a2c

Browse files
committed
Release 0.56.5
1 parent 9531747 commit 1969a2c

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 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+
411
Version 0.56.4 (Released March 04, 2026)
512
--------------
613

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.56.4"
37+
VERSION = "0.56.5"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)