From 66b721775656d8b004d83f455a5b5ba7a861a70c Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 15 Jan 2025 19:39:03 +0100 Subject: [PATCH] 2.3.8rc12 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 86d1b16ccd..475c104033 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.3.8rc11 to 2.3.8rc12: + - Just a new tag; because PyPi often insists in timeout and PyPa image is not configurable + 2.3.8rc10 to 2.3.8rc11: - Add HTTP request from ReqMgr2 to MSTransferor (Valentin Kuznetsov) #12220 - Improve patchComponent && Add patchCluster scripts (Todor Ivanov) #12207 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index b262343808..348c7ee825 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc11' +__version__ = '2.3.8rc12' __all__ = []