From 83f787f893a531afa23933731c6ff6229e5f0b19 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 17 Apr 2023 06:19:28 +0200 Subject: [PATCH] 2.2.0.2 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 bc17a543c4..5e04d22697 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.2.0.1 to 2.2.0.2: + - Couple pileup activatedOn/deactivatedOn to its active state change (Alan Malta Rodrigues) #11553 + + 2.2.0 to 2.2.0.1: - MSPileup: fix logic for deleting old inactive pileup documents (Alan Malta Rodrigues) #11549 - Protect rule and document deletion with the dryRun option (Alan Malta Rodrigues) #11545 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index d144059ded..5431be0ac9 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.2.0.1' +__version__ = '2.2.0.2' __all__ = []