Skip to content

Commit 8aa3c96

Browse files
committed
Release 0.138.6
1 parent 533a4d2 commit 8aa3c96

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE.rst

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

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+
413
Version 0.138.5 (Released February 25, 2026)
514
---------------
615

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 = "0.138.5"
40+
VERSION = "0.138.6"
4141

4242
log = logging.getLogger()
4343

0 commit comments

Comments
 (0)