From 4068ff12498268d0a347b6e44ccd73cddf6f07a8 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 10 Dec 2024 20:56:24 +0100 Subject: [PATCH] 2.3.7.2 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 cfdf77ab1b..4b49bc85df 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.7.1 to 2.3.7.2: + - Adopt MSPileup data into PileupFetcher (Alan Malta Rodrigues) #12202 + - Fix str to bytes comparisons in checkProxy.py (Todor Ivanov) #12175 + + 2.3.7 to 2.3.7.1: - Update workqueue selector filter to no longer use ParentQueueUrl (Alan Malta Rodrigues) #12154 - Move filter replication json document under etc/ (Alan Malta Rodrigues) #12154 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 586fc4a960..046d9d858f 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.7.1' +__version__ = '2.3.7.2' __all__ = []