From 27830097328292d47828b84015018569a84896b1 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 23 Sep 2024 23:13:59 +0200 Subject: [PATCH] 2.3.6rc6 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 7 +++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b950cc0976..fdc3aee863 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2.3.6rc5 to 2.3.6rc6: + - Fix dbs3-client to version 4.0.19 and update imports for Microservices (Dario Mapelli) #12102 + - Update WM Dockerfiles to tag pypi-20240923-stable (Alan Malta Rodrigues) https://github.com/dmwm/CMSKubernetes/pull/1551 + - Remove unversioned dbs3-client from WM base images (Dario Mapelli) https://github.com/dmwm/CMSKubernetes/pull/1550 + - Add SiteList actions to transient statuses in ReqMgr2 (Todor Ivanov) #12077 + + 2.3.6rc4 to 2.3.6rc5: - Update dbs3-client version to 4.0.19 (Valentin Kuznetsov) #12098 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 1e96c9e8e0..4fa483cec9 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc5' +__version__ = '2.3.6rc6' __all__ = []