From 164915dce9198de65f48367057bfb4588838f13e Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 12 Oct 2023 02:19:30 +0200 Subject: [PATCH] 2.2.5 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 e84a62370e..712a81602a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.2.4 to 2.2.5: + - Bump deploy-wmagent script to version 2.2.5; insert T3_US_Ookami (Alan Malta Rodrigues) #11766 + + 2.2.4rc10 to 2.2.4: - Final stable release diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index e43a5e4276..f77c18509c 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.2.4' +__version__ = '2.2.5' __all__ = []