From c7adf9e4d294864b267544816a3deea3d7e61a4d Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 26 Sep 2024 22:02:29 +0200 Subject: [PATCH] 2.3.5.1 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 9 +++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a4d71455a4..f4a190430e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +2.3.5 to 2.3.5.1: + - dbs3-client - import it only in the functions that need it (Dario Mapelli) #12117 + - dbs3-client - msoutput and mstransferor are the only ms that use it (Dario Mapelli) #12117 + - dbs3-client - fix specific version in requirements.txt with == (Dario Mapelli) #12117 + - Update dbs3-client version (Valentin Kuznetsov) #12117 + - Use PNN to PSN conversion in WQE mapping (Kenyi Hurtado) #12116 + - Disable relval workflows going to disk by default in MSOutput. (Kenyi Hurtado) #12116 + + 2.3.5rc3 to 2.3.5: - Just cutting the final stable release diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 86d7bc04f4..8e4053b5ab 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.5' +__version__ = '2.3.5.1' __all__ = []