We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f22d73d + 01bc71a commit 6815144Copy full SHA for 6815144
2 files changed
RELEASE.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+Version 0.137.5 (Released January 14, 2026)
5
+---------------
6
+
7
+- Add `/v0/products/123/user_flexible_price/` endpoint (#3211)
8
9
Version 0.137.4 (Released January 13, 2026)
10
---------------
11
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.137.4"
+VERSION = "0.137.5"
41
42
log = logging.getLogger()
43
0 commit comments