diff --git a/CHANGES b/CHANGES index acc1cc64d3..264e6b4498 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.1.4.pre7 to 2.1.4: + + 2.1.4.pre6 to 2.1.4.pre7: - MSOutput: use AlertManagerAPI from MSCore (#11357) (Alan Malta Rodrigues) diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index cf7405eb41..d778bbf19b 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.4.pre7' +__version__ = '2.1.4' __all__ = []