From d48389c0793abbf376b99a8a1e147e576948452c Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 28 Jan 2025 21:51:10 +0100 Subject: [PATCH] 2.3.8 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 8 ++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2c1b8f8058..53bbb439fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +2.3.8rc13 to 2.3.8: + - Add WorkQueueTest:testProductionMultiQueue to the unstable unit tests (Alan Malta Rodrigues) #12242 + - Move call to MSTransferor service from MSManager.py to Data.py which services MS REST end-points (Valentin Kuznetsov) #12241 + - Replace os.rename with shutil.move (Dennis Lee) #12239 + - Replace couchdb/wmstats uri at WorkflowUpdater config section (Todor Ivanov) #12236 + - Add s-nail package to base image (Kenyi) https://github.com/dmwm/CMSKubernetes/pull/1573 + - Use s-nail host mail server (FNAL/CERN) (Kenyi) https://github.com/dmwm/CMSKubernetes/pull/1566 + 2.3.8rc12 to 2.3.8rc13: - Adding wmstatsUrl to WorkflowUpdater configuration (Todor Ivanov) #12232 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index a3cbbfdca5..b898e88fe0 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc13' +__version__ = '2.3.8' __all__ = []