From 089b34e8cc8055df21e49cb87326ceed068f5817 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 12 Oct 2021 14:13:21 +0200 Subject: [PATCH] 1.5.4.patch2 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 5 +++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a09666bae3..3e20a5bc0f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.5.4.patch1 to 1.5.4.patch2: + - Support different architectures during job submission and runtime (Alan Malta Rodrigues) #10863 + - JobAccountant workaround for StepChain jobs with duplicate files - wmagent branch (Alan Malta Rodrigues) #10863 + + 1.5.4 to 1.5.4.patch1: - Set request_GPUs classad according to RequiresGPU (Alan Malta Rodrigues) #10857 - Skip ErrorHandler cycle if agent configuration fails to be retrieved - take2 (Alan Malta Rodrigues) #10857 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index d91e793635..54ee063061 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.4.patch1' +__version__ = '1.5.4.patch2' __all__ = []