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__ = []