Skip to content

Commit 66a3ebb

Browse files
committed
Merge branch 'release'
2 parents 3d3e75c + 0a9c4dd commit 66a3ebb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE.rst

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

4+
Version 0.38.1 (Released July 22, 2025)
5+
--------------
6+
7+
- Ensure default favorites list gets created for new scim users (#2364)
8+
- Only ingest published canvas content (#2363)
9+
- remove MITOL_NOINDEX from django settings (unused) (#2361)
10+
- Add path prefixed MITx Online API config to local dev APISIX (#2360)
11+
- Handle stale auth better (#2342)
12+
- Fix Renovate PR #2334: Update @chromatic-com/storybook to compatible v3.2.7 (#2350)
13+
414
Version 0.38.0 (Released July 16, 2025)
515
--------------
616

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.38.0"
37+
VERSION = "0.38.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)