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