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.
1 parent 221a680 commit 5a54979Copy full SHA for 5a54979
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.47.8
5
+--------------
6
+
7
+- upgrade course-search-utils (#2656)
8
+- Vector based topics tagging for videos (#2649)
9
+- Update dependency ruff to v0.14.2 (#2632)
10
+- Update Node.js to v22.21.0 (#2634)
11
12
Version 0.47.7 (Released October 28, 2025)
13
--------------
14
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.47.7"
+VERSION = "0.47.8"
38
39
log = logging.getLogger()
40
0 commit comments