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