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