diff --git a/CHANGES b/CHANGES index b6fffee0b5..fc060be20c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.7.4 to 2.3.7.5: + - Fix comparison of task thresholds in ResourceControlUpdater (Alan Malta Rodrigues) #12215 + + 2.3.7.3 to 2.3.7.4: - Few minor environment fixes at deploy time. (Todor Ivanov) #12205 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 275d9be413..53fbf0b6e6 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.7.4' +__version__ = '2.3.7.5' __all__ = []