From f3c25d8cde6475f56a28662659eba4796d0753f3 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 7 Oct 2024 15:43:14 +0200 Subject: [PATCH] 2.3.6rc8 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 11 +++++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 16bc80338b..ce57b6b4a6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +2.3.6rc7 to 2.3.6rc8: + - Revert "Add SiteList actions to transient statuses in ReqMgr2" (Alan Malta Rodrigues) #12133 + - Revert "Exclude RequestStatus from the returned values of get_modifiable_properties" (Alan Malta Rodrigues) #12132 + - Revert "Remove commented lines" (Alan Malta Rodrigues) #12131 + - Revert "Unit tests" (Alan Malta Rodrigues) #12131 + - Fix unit test threading monitor (Kenyi Hurtado) #12122 + - Add method to find maxEvents input value and change scram EL9 architecture accordingly (Kenyi Hurtado) #12106 + - Log the Pull Request number correctly (Fredrik) #12119 + - Remove commented lines (Todor Ivanov) #12111 + + 2.3.6rc6 to 2.3.6rc7: - Exclude RequestStatus from the returned values of get_modifiable_properties (Todor Ivanov) #12108 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index f8de013492..704ba8e756 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc7' +__version__ = '2.3.6rc8' __all__ = []