From b0e8ae45b1972a7372bc80d0e43aab2a561f702e Mon Sep 17 00:00:00 2001 From: Dario Mapelli Date: Fri, 22 Nov 2024 16:04:14 -0500 Subject: [PATCH] 2.3.8rc5 Signed-off-by: Dario Mapelli --- CHANGES | 5 +++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8f4de3fdb5..78cea733fe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.8rc4 to 2.3.8rc5: + - Convert reusable to non-reusable GitHub Action (Alan Malta Rodrigues) #12180 + - Revert changes for attestation in CD pipeline (Alan Malta Rodrigues) #12180 + + 2.3.8rc3 to 2.3.8rc4: - Grant attestation write access - CI/CD pipeline (Alan Malta Rodrigues) #12178 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 17ed44be37..02d0501ed4 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc4' +__version__ = '2.3.8rc5' __all__ = []