diff --git a/CHANGES b/CHANGES index 386415cdc9..bee35dbfe5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2.0.2 to 2.0.2.patch1: + - Enhance logic to map ScramArch to OS (Alan Malta Rodrigues) #11090 + - When ScramArch is empty str/list/None, return any as required_os (Alan Malta Rodrigues) #11090 + - If job requires rhel8 container, use slc7 python libraries (Alan Malta Rodrigues) #11090 + - Assign the correct activity for Tape_Test RSEs (Jhonatan Amado) #11090 + + 2.0.2.pre4 to 2.0.2: diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index f1f856a6c9..3cb47f0550 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.2' +__version__ = '2.0.2.patch1' __all__ = []