diff --git a/CHANGES b/CHANGES index 6d93372af0..cfdf77ab1b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +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 + + 2.3.6 to 2.3.7: - Augmentation of gfal-cp debuggin for StageOutImpl and GFAL2Impl scripts (Andrea Piccinelli) #12081 - Provide JSON file with CouchDB replication selector function (Alan Malta Rodrigues) #12143 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 448a002e3c..586fc4a960 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.7' +__version__ = '2.3.7.1' __all__ = []