Skip to content

Commit e8596b6

Browse files
committed
Merge branch 'release'
2 parents e4b8e3d + 793e713 commit e8596b6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE.rst

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

4+
Version 0.31.1 (Released April 29, 2025)
5+
--------------
6+
7+
- enrollment dashboard mobile layout (#2187)
8+
- Add a default worker concurrency for local dev (#2190)
9+
- Scrape marketing sites with dynamic content (#2180)
10+
- remove initial messages (#2185)
11+
- Changes to use posthog proxy (#2188)
12+
- [pre-commit.ci] pre-commit autoupdate (#2138)
13+
- chore(deps): update dependency @storybook/addon-webpack5-compiler-swc to v3 (#2131)
14+
- fix(deps): update material-ui monorepo (#2164)
15+
- chore(deps): update yarn to v4.8.1 (#2183)
16+
- add a prop to DashboardCard to optionally disable the not complete icon (#2182)
17+
- chore(deps): update actions/setup-python digest to 8d9ed9a (#2163)
18+
- Migrated AiChat entry screen (#2124)
19+
- Rename EnrollmentCard to DashboardCard (#2179)
20+
- Fade search results while fetching (#2177)
21+
- chore(deps): update yarn to v4.8.0 (#2165)
22+
- fix user profile type error (#2178)
23+
- reorganize dashboard tabs (#2171)
24+
- Update mitxonline api client (#2172)
25+
- Switch to using mitol-django-scim (#2136)
26+
427
Version 0.31.0 (Released April 08, 2025)
528
--------------
629

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.31.0"
37+
VERSION = "0.31.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)