File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
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
+
4
21
Version 0.39.0 (Released August 04, 2025)
5
22
--------------
6
23
Original file line number Diff line number Diff line change 34
34
from main .settings_pluggy import * # noqa: F403
35
35
from openapi .settings_spectacular import open_spectacular_settings
36
36
37
- VERSION = "0.39.0 "
37
+ VERSION = "0.39.3 "
38
38
39
39
log = logging .getLogger ()
40
40
You can’t perform that action at this time.
0 commit comments