We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533a4d2 commit 8aa3c96Copy full SHA for 8aa3c96
2 files changed
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.138.6
5
+---------------
6
+
7
+- Adds enrollment modes to course runs and programs (#3314)
8
+- Expose programs on product API results, display in UI (#3322)
9
+- Update ecommerce post-checkout code to handle program purchasing (#3304)
10
+- Add unit tests for AdminRefundOrder view (#3313)
11
+- Support Claude Code better (gitignore, CLAUDE.md) (#3323)
12
13
Version 0.138.5 (Released February 25, 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.5"
+VERSION = "0.138.6"
41
42
log = logging.getLogger()
43
0 commit comments