From 740c5cfc910305468e6d9fdb9d5f772ab7e7e4dd Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 16 Sep 2024 23:37:43 +0200 Subject: [PATCH] 2.3.6rc5 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 4 ++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4ec09df967..b950cc0976 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.6rc4 to 2.3.6rc5: + - Update dbs3-client version to 4.0.19 (Valentin Kuznetsov) #12098 + + 2.3.6rc3 to 2.3.6rc4: - Update python version to 3.8.20, with dmwm-base and wmagent-base images (Alan Malta Rodrigues) https://github.com/dmwm/CMSKubernetes/pull/1547 - Use PNN to PSN conversion in WQE mapping (Kenyi Hurtado) #12094 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 1716bfe1c1..1e96c9e8e0 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc4' +__version__ = '2.3.6rc5' __all__ = []