diff --git a/CHANGES b/CHANGES index 5b3fb6f3c6..0c6cdc19d7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1.4.1.pre5 to 1.4.1: + + 1.4.1.pre4 to 1.4.1.pre5: - Make RSE expression configurable when picking a Tape RSE (Alan Malta Rodrigues) #9957 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 903cd5ee3c..39edf1e94d 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.4.1.pre5' +__version__ = '1.4.1' __all__ = []