diff --git a/CHANGES b/CHANGES index 28cb86bd7e..33e1a7b636 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.4.3 to 2.3.4.4: + - Use PNN to PSN conversion in WQE mapping (Kenyi Hurtado) #12095 + - Jobs that failed in JobAccountant only persist logArch1 output (Alan Malta Rodrigues) #12095 + + 2.3.4.2 to 2.3.4.3: - Update restartComponent.sh script to notify everyone in the WMCore team (Alan Malta Rodrigues) #12082 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 84bcf1185e..481dbde45d 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4.3' +__version__ = '2.3.4.4' __all__ = []