From 3b15ab2e4cd867779a0805244f700d5e3ac92eab Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 16 Dec 2024 22:10:52 +0100 Subject: [PATCH] 2.3.8rc8 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 6 ++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 124d28a4c0..a839612611 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.3.8rc7 to 2.3.8rc8: + - Add new POST API for transferor data-service (Valentin Kuznetsov) #12155 + - Fixes 11777: Adds two tests to UnstableTests (Dennis Lee) #12206 + - Fix WorkQueue broken reference to rejectedWork and badWork (Alan Malta Rodrigues) #12204 + + 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 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index c8c8fc9fae..931c0043e8 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc7' +__version__ = '2.3.8rc8' __all__ = []