diff --git a/CHANGES b/CHANGES index cfdf77ab1b..4b49bc85df 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.7.1 to 2.3.7.2: + - Adopt MSPileup data into PileupFetcher (Alan Malta Rodrigues) #12202 + - Fix str to bytes comparisons in checkProxy.py (Todor Ivanov) #12175 + + 2.3.7 to 2.3.7.1: - Update workqueue selector filter to no longer use ParentQueueUrl (Alan Malta Rodrigues) #12154 - Move filter replication json document under etc/ (Alan Malta Rodrigues) #12154 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 586fc4a960..046d9d858f 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.7.1' +__version__ = '2.3.7.2' __all__ = []