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