From 7b2732db6c55bd2ccbfa5d54a032123712d37d9a Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Sat, 1 Jun 2024 01:59:01 +0200 Subject: [PATCH] 2.3.4rc7 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 5 +++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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__ = []