From c804e6ef9a754309832300dea876536b71655959 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 13 Jan 2025 22:20:25 +0100 Subject: [PATCH] 2.3.8rc10 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 11 +++++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 85a1a74702..a724d0a8f2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +2.3.8rc9 to 2.3.8rc10: + - wmagent - htcondor bindings bumped to v24.3 (Dario Mapelli) #12226 + - Register transfer REST API (Valentin Kuznetsov) #12221 + - Populate WMCMSSWSubprocess section for failed jobs too (Alan Malta Rodrigues) #12217 + - Switch updateSiteList to updateElementsByWorkflow API (Valentin Kuznetsov) #12219 + - Fix comparison of task thresholds in ResourceControlUpdater (Alan Malta Rodrigues) #12214 + - Ignore list order in SiteLists comparison (Todor Ivanov) #12211 + - Add setter methods map to WMWorkload and call it for all reqArg parameters (Todor Ivanov) #12099 + - ms-output - do not break out producer and consumer loops in case of generic error (Dario Mapelli) #12194 + + 2.3.8rc8 to 2.3.8rc9: - Last build failed to contact PyPi, so trigger a new build diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 37f3011816..049f935ff6 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc9' +__version__ = '2.3.8rc10' __all__ = []