From 8831254967feb3939c63471c419704b0efc10127 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 15 Jan 2025 19:22:56 +0100 Subject: [PATCH] 2.3.8rc11 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 5 +++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a724d0a8f2..86d1b16ccd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.8rc10 to 2.3.8rc11: + - Add HTTP request from ReqMgr2 to MSTransferor (Valentin Kuznetsov) #12220 + - Improve patchComponent && Add patchCluster scripts (Todor Ivanov) #12207 + + 2.3.8rc9 to 2.3.8rc10: - wmagent - htcondor bindings bumped to v24.3 (Dario Mapelli) #12226 - Register transfer REST API (Valentin Kuznetsov) #12221 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 049f935ff6..b262343808 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc10' +__version__ = '2.3.8rc11' __all__ = []