Skip to content

Commit d83bed0

Browse files
committed
Merge branch 'release'
2 parents ce9ca81 + 3a120bb commit d83bed0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 0.51.1 (Released January 13, 2026)
5+
--------------
6+
7+
- Product Page Updates (#2839)
8+
- feat: add course detail in resource card (#2834)
9+
- memory optimizations for embedding process (#2841)
10+
- fix: add delete button for image and media node (#2836)
11+
- fix: editor component migration into main app (#2833)
12+
413
Version 0.51.0 (Released January 08, 2026)
514
--------------
615

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.51.0"
37+
VERSION = "0.51.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)