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