From 42f567531367b5c6629c5598d29f7b4d2a391a55 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 30 Sep 2021 10:54:13 +0200 Subject: [PATCH] 1.5.4.pre2 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 2aef59f97e..76ca86c353 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.5.4.pre1 to 1.5.4.pre2: + - Provide request type via job classad (Alan Malta Rodrigues) #10821 + + 1.5.3 to 1.5.4.pre1: - [py2py3] modernize WMCore_t/REST_t/Api_t.py (Dario Mapelli) #10757 - Propagate GPU requirements to job creation and submission (Alan Malta Rodrigues) #10811 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index ffd15b7ded..1044748672 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.5.4.pre1' +__version__ = '1.5.4.pre2' __all__ = []