Skip to content

Commit d7ac15e

Browse files
committed
Release 0.139.4
1 parent 5a129a5 commit d7ac15e

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 0.139.4
5+
---------------
6+
7+
- Fix error when a basket converts to an order, and has a product that has versions (#3355)
8+
- 10316 import courserun should allow the runs course to be set manually (#3347)
9+
410
Version 0.139.3 (Released March 05, 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 = "0.139.3"
40+
VERSION = "0.139.4"
4141

4242
log = logging.getLogger()
4343

0 commit comments

Comments
 (0)