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__ = []