Skip to content

Commit a230029

Browse files
committed
Release 0.131.4
1 parent 7a46274 commit a230029

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.rst

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

4+
Version 0.131.4
5+
---------------
6+
7+
- Add functionality to verify course modes exist when cloning a course run (#2993)
8+
- fix(deps): update dependency @sentry/browser to v10 (#2656)
9+
410
Version 0.131.3 (Released October 15, 2025)
511
---------------
612

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from main.sentry import init_sentry
3737
from openapi.settings_spectacular import open_spectacular_settings
3838

39-
VERSION = "0.131.3"
39+
VERSION = "0.131.4"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)