Skip to content

Commit 6ec11c4

Browse files
committed
Release 0.47.7
1 parent 24ab6c0 commit 6ec11c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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.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+
413
Version 0.47.5 (Released October 28, 2025)
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.47.5"
37+
VERSION = "0.47.7"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)