From f8f0b8ea758a6b4653004ec65ceb5fe244fd1c00 Mon Sep 17 00:00:00 2001 From: Dario Mapelli Date: Fri, 22 Nov 2024 15:01:33 -0500 Subject: [PATCH] 2.3.8rc4 Signed-off-by: Dario Mapelli --- CHANGES | 4 ++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6a585506a2..8f4de3fdb5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.8rc3 to 2.3.8rc4: + - Grant attestation write access - CI/CD pipeline (Alan Malta Rodrigues) #12178 + + 2.3.8rc2 to 2.3.8rc3: - Integrate package attestations in the CI/CD pipeline (Alan Malta Rodrigues) #12177 - Unit tests (Todor Ivanov) #12120 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 6a98325dd2..17ed44be37 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc3' +__version__ = '2.3.8rc4' __all__ = []