diff --git a/CHANGES b/CHANGES index 1b607691e2..0607981139 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.4.1 to 2.3.4.2: + - WorkQueue: convert PNN to PSN for pileup location (Alan Malta Rodrigues) #12073 + + 2.3.4 to 2.3.4.1: - Check if elements from workqueue workRestrictions are indeed Available (Alan Malta Rodrigues) #12063 - Only dump CMSSW process attributes in the logs when needed (Alan Malta Rodrigues) #12063 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 0fd09c97af..6643307b40 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4.1' +__version__ = '2.3.4.2' __all__ = []