From e9c15ff8696555615e52fdc1a87c1087714267a6 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 18 Jan 2022 21:22:28 +0100 Subject: [PATCH] 1.5.7 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 76225c2cb7..5342268361 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1.5.7.pre5 to 1.5.7: + + 1.5.7.pre4 to 1.5.7.pre5: - Properly update workqueue elements from JobUpdater (Alan Malta Rodrigues) #10944 - Update job priority only for processing and production task types, rather than every single subtask name, to reduce condor_qedit load. (Kenyi Hurtado) #10812 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index ec3a55ea8d..19f4fb3cfc 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.7.pre5' +__version__ = '1.5.7' __all__ = []