From 254a0c4060e447979b2714a5cb8a9e1e2c81d1fd Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 3 Aug 2022 19:56:44 +0200 Subject: [PATCH] 2.1.1.pre3 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 7 +++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8b1d32f9d1..849c1559f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2.1.1.pre2 to 2.1.1.pre3: + - MS: Implement new object for Nano input data placement (Alan Malta Rodrigues) #11219 + - Update DBS mock calls and data with MINIAODSIM (Alan Malta Rodrigues) #11219 + - Set start policy to Dataset for workflows processing MINIAODSIM dataset (Alan Malta Rodrigues) #11219 + - Allow list of multiple architectures (khurtado) #11228 + + 2.1.1.pre1 to 2.1.1.pre2: - Adopt ReqMgr2 authorization based on the request status (Alan Malta Rodrigues) #11223 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 2ec3a0f206..194052d224 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.1.pre2' +__version__ = '2.1.1.pre3' __all__ = []