Skip to content

Commit 656ea69

Browse files
committed
Release 0.36.2
1 parent 314c559 commit 656ea69

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASE.rst

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

4+
Version 0.36.2
5+
--------------
6+
7+
- dashboard unenroll dialog functionality (#2303)
8+
- update smoot to proper release (#2306)
9+
- Use smoot components; fix radio button focus ring (#2304)
10+
- update spinner usage (#2301)
11+
- Feature Flag for MITxOnline API Call (#2305)
12+
- Upgrade Smoot Design (#2302)
13+
- Update dependency requests to v2.32.4 [SECURITY] (#2299)
14+
415
Version 0.36.1 (Released June 10, 2025)
516
--------------
617

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.2"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)