We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce9ca81 + 3a120bb commit d83bed0Copy full SHA for d83bed0
2 files changed
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
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
13
Version 0.51.0 (Released January 08, 2026)
14
--------------
15
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.51.0"
+VERSION = "0.51.1"
38
39
log = logging.getLogger()
40
0 commit comments