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__ = []