Skip to content

Commit a75f8b1

Browse files
committed
Release 1.142.0
1 parent 9b4c930 commit a75f8b1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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 1.142.0
5+
---------------
6+
7+
- add bare minimum upgrade product info to v3 enrollments endpoint (#3385)
8+
- Add a test for number of queries in courses api (#3361)
9+
410
Version 1.141.4 (Released March 12, 2026)
511
---------------
612

main/settings.py

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

40-
VERSION = "1.141.4"
40+
VERSION = "1.142.0"
4141

4242
log = logging.getLogger()
4343

0 commit comments

Comments
 (0)