From b77169aa015795d8725dd856f49023af9995549d Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Thu, 10 Mar 2022 19:38:00 +0100 Subject: [PATCH] 2.0.1 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b01d9912dd..487384b73a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.0.1.pre6 to 2.0.1: + + 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 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 0e9c7cab0a..46e670f3f1 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.1.pre6' +__version__ = '2.0.1' __all__ = []