From 823420a15e0444488a1ff77d82cadd195ebcf5c4 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 12 Mar 2024 18:59:15 +0100 Subject: [PATCH] 2.3.2rc3 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 7 +++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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__ = []