From b4f6bdc96d8ea43f6e47107e2e85eb3be52bfc51 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 11 Jul 2023 12:23:21 +0200 Subject: [PATCH] 2.2.2 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 6 +++++- src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 19eb03cefb..34946c8525 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ +2.2.2rc12 to 2.2.2: + - Fix buildrelease for when there are no changes between releases (Alan Malta Rodrigues) #11650 + + 2.2.2rc11 to 2.2.2rc12: - Refactor docker build/push workflow action (Alan Malta Rodrigues) #11653 - + - Upgrade pip-based HTCondor from 8.9.7 to 10.2.3 (Alan Malta Rodrigues) cmsdist#8582 2.2.2rc10 to 2.2.2rc11: - Rebuilding ms-unmerged diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 7d56e265d8..e45495d8e8 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.2.2rc12' +__version__ = '2.2.2' __all__ = []