From 038860bff1c93cdc22167e0ef52f2e466d43f18c Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Fri, 8 Oct 2021 13:22:52 +0200 Subject: [PATCH] 1.5.4.patch1 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 83c4a23390..a09666bae3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +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 + + 1.5.4.pre2 to 1.5.4: - Fix python version in subprocess call for inject-test-wfs (Alan Malta Rodrigues) #10847 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index f01e8644e4..d91e793635 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.4' +__version__ = '1.5.4.patch1' __all__ = []