Skip to content

Commit 87ca0c5

Browse files
committed
Merge branch 'release'
2 parents a078ee1 + 90dacd3 commit 87ca0c5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

RELEASE.rst

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

4+
Version 0.31.0 (Released April 08, 2025)
5+
--------------
6+
7+
- adding selenium dependency (#2173)
8+
- Make /users/me/ api endpoint accessible for anonymous users (#2156)
9+
- first pass at docker image optimization (#2161)
10+
- version: Increase poetry version to latest supported 1.8 release
11+
- Decrease lookback window for embedding new resources and contentfiles (#2162)
12+
- fix: Don't try to install mit-learn as a package
13+
- version: Loosen the version of Python (#2167)
14+
- config: Increase the Nginx buffer size for headers and cookies
15+
- Remove SCIM fields from Profile (#2160)
16+
- Fix for potential missing file attribute in contentfile json (#2158)
17+
- chore(deps): update dependency faker to v37 (#2132)
18+
- chore(deps): update actions/setup-node digest to cdca736 (#2146)
19+
- Make gemini optional by request (#2159)
20+
- Enrollment card updates & sorting (#2142)
21+
- Enable redirects on logout (#2145)
22+
- Fix broken test test_certificate_display (#2155)
23+
- make black link typography match design system (#2154)
24+
425
Version 0.30.10 (Released March 27, 2025)
526
---------------
627

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.30.10"
37+
VERSION = "0.31.0"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)