We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4c930 commit a75f8b1Copy full SHA for a75f8b1
2 files changed
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
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
10
Version 1.141.4 (Released March 12, 2026)
11
---------------
12
main/settings.py
@@ -37,7 +37,7 @@
37
from main.sentry import init_sentry
38
from openapi.settings_spectacular import open_spectacular_settings
39
40
-VERSION = "1.141.4"
+VERSION = "1.142.0"
41
42
log = logging.getLogger()
43
0 commit comments