From a69a30d1c930f84e2f2e43be41dfd06d3818a5a8 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 16 Dec 2024 22:44:47 +0100 Subject: [PATCH] 2.3.8rc9 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a839612611..85a1a74702 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.3.8rc8 to 2.3.8rc9: + - Last build failed to contact PyPi, so trigger a new build + 2.3.8rc7 to 2.3.8rc8: - Add new POST API for transferor data-service (Valentin Kuznetsov) #12155 - Fixes 11777: Adds two tests to UnstableTests (Dennis Lee) #12206 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 931c0043e8..37f3011816 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc8' +__version__ = '2.3.8rc9' __all__ = []