We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7c499 commit bf61673Copy full SHA for bf61673
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.138.4
5
+---------------
6
+
7
+- Merge migration conflict courses 0081 (#3311)
8
+- [pre-commit.ci] pre-commit autoupdate (#3299)
9
+- Update letter_grade to allow more chars (#3289)
10
+- Update dependency webpack to v5.104.1 [SECURITY] (#3274)
11
+- Update actions/setup-python digest to a309ff8 (#3297)
12
13
Version 0.138.3 (Released February 19, 2026)
14
---------------
15
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 = "0.138.3"
+VERSION = "0.138.4"
41
42
log = logging.getLogger()
43
0 commit comments