From 9e91b41942e4e7c5dc9d3d7523f7251a533fe392 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 8 Aug 2024 04:48:14 +0200 Subject: [PATCH] 2.3.4.2 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 4 ++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1b607691e2..0607981139 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.4.1 to 2.3.4.2: + - WorkQueue: convert PNN to PSN for pileup location (Alan Malta Rodrigues) #12073 + + 2.3.4 to 2.3.4.1: - Check if elements from workqueue workRestrictions are indeed Available (Alan Malta Rodrigues) #12063 - Only dump CMSSW process attributes in the logs when needed (Alan Malta Rodrigues) #12063 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 0fd09c97af..6643307b40 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4.1' +__version__ = '2.3.4.2' __all__ = []