From c04e6d95ee0c840b04b504feee06069fdfe384e1 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 27 Jan 2022 16:57:37 +0100 Subject: [PATCH] 1.5.7.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 5342268361..c727506268 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.5.7 to 1.5.7.patch1: + - DBS3Upload: check error message from the response body attribute (Alan Malta Rodrigues) #10964 + - Update error message for jobs killed from site state transition (Alan Malta Rodrigues) #10964 + + 1.5.7.pre5 to 1.5.7: diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 19f4fb3cfc..60bac007ed 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.7' +__version__ = '1.5.7.patch1' __all__ = []