diff --git a/CHANGES b/CHANGES index 09db12d273..8661d92a28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2.3.2rc2 to 2.3.2rc3: + - Revisit logic of transition records, put code into stand-alone function (Valentin Kuznetsov) #11921 + - Provide concurrent implementation for REST jobdetail API (Alan Malta Rodrigues) #11885 + - add BossAir.Plugins.BasePlugin modules to crabtaskworker deps (Thanayut Seethongchuen) #11926 + - Fix interval for WMStats DataCacheUpdate CherryPy thread (Alan Malta Rodrigues) #11924 + + 2.3.2rc1 to 2.3.2rc2: - Pylint/pycode complement for storage.json fix in 11869 (Alan Malta Rodrigues) #11917 - Abandon storage.xml in favor of storage.json for stage-in and stage-out (nhduongvn) #11869 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index b96b942895..8c6b2a7468 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.2rc2' +__version__ = '2.3.2rc3' __all__ = []