diff --git a/CHANGES b/CHANGES index 2a4c632db3..3349db3e2f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.4rc6 to 2.3.4rc7: + - Upgrade htcondor to 10.3.0 (Dennis Lee) #12002 + - Fix CouchDB manage restart option https://github.com/dmwm/CMSKubernetes/pull/1496 + + 2.3.4rc5 to 2.3.4rc6: - Adapting the references to config files to the containerized deployment model (Andrea Piccinelli) #11996 - WMAgent: Add _service_gracefull_exit function v2 https://github.com/dmwm/CMSKubernetes/pull/1488 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 9ed0f3c065..9f6b99b130 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4rc6' +__version__ = '2.3.4rc7' __all__ = []