diff --git a/CHANGES b/CHANGES index c06a944cce..e84a62370e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.2.4rc10 to 2.2.4: + - Final stable release + 2.2.4rc9 to 2.2.4rc10: - Fix if statement for CMS_CampaignName classad (Alan Malta Rodrigues) #11760 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 8b006e5d28..e43a5e4276 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.2.4rc10' +__version__ = '2.2.4' __all__ = []