diff --git a/CHANGES b/CHANGES index bdb1b46ea0..dfbb14f973 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.2.4rc1 to 2.2.4rc2: + - Update requirements for HTCondor 10.2.3 (Alan Malta Rodrigues) #11691 + + 2.2.2 to 2.2.4rc1: - Fix use of input function in unregister-wmstats script (Alan Malta Rodrigues) #11688 - Adopt wmcore_pileup Rucio account in workqueue (Alan Malta Rodrigues) #11670 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index e06e35ef24..61529fec70 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.2.4rc1' +__version__ = '2.2.4rc2' __all__ = []