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__ = []