From 994f0e24b081786f6de4ce06a11adf83f9e74b34 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 14 Sep 2021 18:45:54 +0200 Subject: [PATCH] 1.5.3.pre4 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 6 ++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 7615fee9d2..90c0ea79d9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +1.5.3.pre3 to 1.5.3.pre4: + - Add support to GPUs in TaskChain spec (Alan Malta Rodrigues) #10805 + - GPU getters/setters implemented for Workload/Task/Step/CMSSW (Alan Malta Rodrigues) #10799 + - Support GPU parameters at StdBase; validation functions implemented (Alan Malta Rodrigues) #10799 + + 1.5.3.pre2 to 1.5.3.pre3: - Delete file lists in slices. (Todor Ivanov) #10792 - Fix Multicore/EventStreams override in Resubmission of StepChains (Alan Malta Rodrigues) #10795 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 216ec16143..7cd66a5afa 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.3.pre3' +__version__ = '1.5.3.pre4' __all__ = []