From 3f821eefb86ab5c4fc58a655ecc0a852c0cb88d9 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Fri, 2 Aug 2024 13:36:56 +0200 Subject: [PATCH] 2.3.4.1 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 330461ea62..1b607691e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +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 + + 2.3.4rc12 to 2.3.4: - Mount /etc/vomses and grid-security in the WMAgent container https://github.com/dmwm/CMSKubernetes/pull/1518 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index d7f084a156..0fd09c97af 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4' +__version__ = '2.3.4.1' __all__ = []