From 34a4fdef0021849909b5d91d8524dd02399030e2 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 26 Aug 2024 22:32:21 +0200 Subject: [PATCH] 2.3.4.3 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 4 ++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0607981139..28cb86bd7e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.4.2 to 2.3.4.3: + - Update restartComponent.sh script to notify everyone in the WMCore team (Alan Malta Rodrigues) #12082 + + 2.3.4.1 to 2.3.4.2: - WorkQueue: convert PNN to PSN for pileup location (Alan Malta Rodrigues) #12073 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 6643307b40..84bcf1185e 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4.2' +__version__ = '2.3.4.3' __all__ = []