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 24ab6c0 commit 6ec11c4Copy full SHA for 6ec11c4
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.47.7
5
+--------------
6
+
7
+- remove org dashboard feature flag (#2654)
8
+- Avoid double slashes in paths (#2652)
9
+- use next_start_date when available in learning resource drawer (#2619)
10
+- Fix a BannerPage background issue (#2651)
11
+- Don't publish Professional Ed resources with blank run ids (#2637)
12
13
Version 0.47.5 (Released October 28, 2025)
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.47.5"
+VERSION = "0.47.7"
38
39
log = logging.getLogger()
40
0 commit comments