Skip to content

Commit ccea8bb

Browse files
committed
Merge branch 'release'
2 parents 7f7dc4d + a080ba0 commit ccea8bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.rst

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

4+
Version 0.36.0 (Released June 10, 2025)
5+
--------------
6+
7+
- Update dependency Django to v4.2.22 [SECURITY] (#2293)
8+
- Ignore authentication based 403's when querying enrollments from the dashboard home enrollment display (#2290)
9+
- more copy updates (#2291)
10+
- Use the org slug in the URL instead of the ID (#2288)
11+
412
Version 0.35.1 (Released June 05, 2025)
513
--------------
614

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.35.1"
37+
VERSION = "0.36.0"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)