From df77c5c6ceb54507daf066e06ae4949e08627f7f Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 2 Jul 2024 00:09:41 +0200 Subject: [PATCH] 2.3.4 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 76ff25a330..330461ea62 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.3.4rc12 to 2.3.4: + - Mount /etc/vomses and grid-security in the WMAgent container https://github.com/dmwm/CMSKubernetes/pull/1518 + 2.3.4rc11 to 2.3.4rc12: - Start cron daemon with root externally upon docker run https://github.com/dmwm/CMSKubernetes/pull/1506 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 0f39fa4f7c..d7f084a156 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4rc12' +__version__ = '2.3.4' __all__ = []