We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a129a5 commit d7ac15eCopy full SHA for d7ac15e
2 files changed
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
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
10
Version 0.139.3 (Released March 05, 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 = "0.139.3"
+VERSION = "0.139.4"
41
42
log = logging.getLogger()
43
0 commit comments