diff --git a/CHANGES b/CHANGES index 9b3ad6d764..b01d9912dd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2.0.1.pre5 to 2.0.1.pre6: + - MSTransferor: fix positional and kwargs passed to sendAlert API (Alan Malta Rodrigues) #11032 + - Reorder RSE's status and record age checks from RucioConMon. (Todor Ivanov) #11029 + - Fix MSTransferor typo calling getName method (Alan Malta Rodrigues) #11031 + - Enhancements to the GH issues and PRs workflows (Alan Malta Rodrigues) #11021 + + 2.0.1.pre4 to 2.0.1.pre5: - unit tests and pylint (Alan Malta Rodrigues) #11024 - MSOutput: read RelVal output data policy from configuration (Alan Malta Rodrigues) #11024 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index f71e435832..0e9c7cab0a 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.1.pre5' +__version__ = '2.0.1.pre6' __all__ = []