Skip to content

Commit b05e2e9

Browse files
committed
Release 0.36.3
1 parent e30c640 commit b05e2e9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

RELEASE.rst

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

4+
Version 0.36.3
5+
--------------
6+
7+
- Ingest canvas courses (#2307)
8+
- Update dependency urllib3 to v2.5.0 [SECURITY] (#2311)
9+
- unpin dep (#2309)
10+
- dashboard unenroll dialog functionality (#2303)
11+
- update smoot to proper release (#2306)
12+
- Use smoot components; fix radio button focus ring (#2304)
13+
- update spinner usage (#2301)
14+
- Feature Flag for MITxOnline API Call (#2305)
15+
- Upgrade Smoot Design (#2302)
16+
- Update dependency requests to v2.32.4 [SECURITY] (#2299)
17+
418
Version 0.36.1 (Released June 10, 2025)
519
--------------
620

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.36.1"
37+
VERSION = "0.36.3"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)