From f8bbfda642e05aa4c90013dbcbc63038925642bc Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 5 Oct 2021 09:31:24 +0200 Subject: [PATCH] 1.5.4 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 4 ++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 76ca86c353..83c4a23390 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.5.4.pre2 to 1.5.4: + - Fix python version in subprocess call for inject-test-wfs (Alan Malta Rodrigues) #10847 + + 1.5.4.pre1 to 1.5.4.pre2: - Provide request type via job classad (Alan Malta Rodrigues) #10821 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 1044748672..f01e8644e4 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.4.pre2' +__version__ = '1.5.4' __all__ = []