From 1d60e5cd93fc3f1bf4e1808c83154153f9a6324e Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 22 Jul 2024 23:20:20 +0200 Subject: [PATCH] 2.3.5rc1 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 8 ++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 330461ea62..6246102e28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +2.3.4 to 2.3.5rc1: + - Remove CMSCouch functions unused since 2016, see #6928 (Fredrik) #12053 + - Typo for customName in MSPileupData module (Fredrik) #12052 + - Only dump CMSSW process attributes in the logs when needed (Alan Malta Rodrigues) #12049 + - Unused older Unified functions removed (Fredrik) #12047 + - Do not consider data size for Tape data placement based on dm_weight (Alan Malta Rodrigues) #12045 + + 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..0601d618bc 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4' +__version__ = '2.3.5rc1' __all__ = []