From e27578e4d628f1066cd6e18cfb0ba1dfee37d57e Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 29 Feb 2024 23:28:21 +0100 Subject: [PATCH] 2.3.2rc2 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 4b2a265677..09db12d273 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.3.2rc1 to 2.3.2rc2: + - Pylint/pycode complement for storage.json fix in 11869 (Alan Malta Rodrigues) #11917 + - Abandon storage.xml in favor of storage.json for stage-in and stage-out (nhduongvn) #11869 + - Initial implementation of DBSConcurrency module (Valentin Kuznetsov) #11913 + + 2.3.1 to 2.3.2rc1: - Use MSPileupUtils getPileupDocs in MSTransferor, WorkflowUpdaterPoller (Dennis Lee) #11910 - Add pileup availability logic (Valentin Kuznetsov) #11884 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 4be3668039..b96b942895 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.2rc1' +__version__ = '2.3.2rc2' __all__ = []