From b9cc8d46ed82089cf175741b1d20bd513f8659c9 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 5 Sep 2022 21:15:12 +0200 Subject: [PATCH] 2.1.2.pre4 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 5 +++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c2f916657e..9b328b775d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.1.2.pre3 to 2.1.2.pre4: + - Remove extra request parameter checks for [Non]CustodialSubType && AutoApproveSubscriptionSites. (Todor Ivanov) #11270 + - Cast SQLAlchemy RMKeyView object to list (Alan Malta Rodrigues) #11268 + + 2.1.2.pre2 to 2.1.2.pre3: - Create alert for pileup containers eligible for rule deletion (Alan Malta Rodrigues) #11264 - New version of DBS3Client 4.0.10 (Valentin Kuznetsov) #11261 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index a456c99588..00c1d403f9 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.2.pre3' +__version__ = '2.1.2.pre4' __all__ = []