From 3e29a7d782cd9024fd0c845410fde8d7b4a23f89 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 8 Aug 2024 13:03:39 +0200 Subject: [PATCH] 2.3.5 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d67aa7ffb1..a4d71455a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.3.5rc3 to 2.3.5: + - Just cutting the final stable release + 2.3.5rc2 to 2.3.5rc3: - Update CD pipeline to used trusted publishers (Alan Malta Rodrigues) #12071 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index e0c464a601..86d7bc04f4 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.5rc3' +__version__ = '2.3.5' __all__ = []