From 2f2c82b41e2d12ed8f7af0ec3ab65b3a61e4c147 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 11 Dec 2024 03:39:52 +0100 Subject: [PATCH] 2.3.8rc7 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 10 ++++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4cb5a1bc7b..124d28a4c0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +2.3.8rc6 to 2.3.8rc7: + - Fix MSPileup and Rucio emulators (Alan Malta Rodrigues) #12197 + - Adopt MSPileup data into PileupFetcher (Alan Malta Rodrigues) #12197 + - New module to manage site list updates (Valentin Kuznetsov) #12123 + - Add back non running components to restartComponent (Todor Ivanov) #12193 + - Change the way to estimate running components (Todor Ivanov) #12189 + - Fix T1 site cores ResourceControl logic (Alan Malta Rodrigues) #12176 + - Remove unused JSON encoding choice keywords in RequestDBWriter module (Fredrik) #12141 + + 2.3.8rc5 to 2.3.8rc6: - Few minor environment fixes at deploy time. (Todor Ivanov) #12183 - Properly run restartComponent.sh avoiding hardwired paths (Todor Ivanov) #12185 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 79a52ff2e0..c8c8fc9fae 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc6' +__version__ = '2.3.8rc7' __all__ = []