From 56863d8511cd1829a0b8f4e6a9ff1575e43b190f Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 25 Sep 2024 12:12:10 +0200 Subject: [PATCH] 2.3.6rc7 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 fdc3aee863..16bc80338b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.6rc6 to 2.3.6rc7: + - Exclude RequestStatus from the returned values of get_modifiable_properties (Todor Ivanov) #12108 + + 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 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 4fa483cec9..f8de013492 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc6' +__version__ = '2.3.6rc7' __all__ = []