From 0710cb9ca5eb943e80dacd80c98e3464570bda18 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Fri, 5 Aug 2022 21:50:27 +0200 Subject: [PATCH] 2.1.1 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 849c1559f3..befb9acff9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.1.1.pre3 to 2.1.1: + + 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 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 194052d224..abf6c34366 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.1.pre3' +__version__ = '2.1.1' __all__ = []