Skip to content

Commit 6c01acf

Browse files
committed
Merge branch 'release'
2 parents e00ac72 + e918369 commit 6c01acf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.rst

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

4+
Version 0.39.3 (Released August 11, 2025)
5+
--------------
6+
7+
- Regenerate course metadata when course information updates (#2419)
8+
- properly mock posthog.capture (#2409)
9+
- Populate more fields for canvas courses (#2404)
10+
- change problem set list permissions (#2406)
11+
- fix(deps): update dependency ruff to v0.12.7 (#2413)
12+
- fix(deps): update dependency litellm to v1.74.14 (#2412)
13+
- raise page size of userlists and learning paths (#2408)
14+
- Add support for ProgramCollection (#2369)
15+
- Backgrounds for video buttons (#2405)
16+
- fix(deps): update django-health-check digest to b0500d1 (#2391)
17+
- chore(deps): update peter-evans/create-or-update-comment action to v4 (#2396)
18+
- Process pdf problem sets (#2402)
19+
- call user_created plugin method for SCIM users (#2387)
20+
421
Version 0.39.0 (Released August 04, 2025)
522
--------------
623

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.39.0"
37+
VERSION = "0.39.3"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)