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__ = []