From b8e399cb3b353b69f9369ccdd2e8f2c152993cc5 Mon Sep 17 00:00:00 2001 From: Parveen Kumar Date: Fri, 23 Jan 2026 18:25:19 +0530 Subject: [PATCH] [patch] Add 5.2.0 to cpdUpgradePath mapping --- python/src/mas/cli/update/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/mas/cli/update/app.py b/python/src/mas/cli/update/app.py index 45d69c9963..ab8cc92fb4 100644 --- a/python/src/mas/cli/update/app.py +++ b/python/src/mas/cli/update/app.py @@ -478,6 +478,7 @@ def detectCP4D(self) -> None: return elif len(cpds) == 1: cpdUpgradePath = { + "5.2.0": "5.2.0", "5.1.3": "5.2.0", "5.0.0": "5.1.3", }