diff --git a/CHANGES b/CHANGES index a7ac1b2199..acc1cc64d3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.1.4.pre6 to 2.1.4.pre7: + - MSOutput: use AlertManagerAPI from MSCore (#11357) (Alan Malta Rodrigues) + + 2.1.4.pre5 to 2.1.4.pre6: - Pylint fixes. (Todor Ivanov) #11280 - Switch MSOutput to use MongoDBAAS. (Todor Ivanov) #11280 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 8bf3a33986..cf7405eb41 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.4.pre6' +__version__ = '2.1.4.pre7' __all__ = []