Skip to content

Commit 7e67fa3

Browse files
committed
Release 0.47.9
1 parent 9376396 commit 7e67fa3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE.rst

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

4+
Version 0.47.9
5+
--------------
6+
7+
- don't use next_start_date for "anytime" courses & programs (#2670)
8+
- Shanbady/fix subscription groups (#2664)
9+
- Server side query retry and caching with request scoped QueryClient (#2596)
10+
- alter org page header based on new requirements (#2659)
11+
- Get rid of debug code (#2661)
12+
- Eliminate build-time API calls, default to dynamic rendering (#2660)
13+
414
Version 0.47.8 (Released October 29, 2025)
515
--------------
616

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.8"
37+
VERSION = "0.47.9"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)