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