From e7456bcc902b1cb25715b7b93058bff52c75284e Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Tue, 7 Jul 2020 09:24:18 +0200 Subject: [PATCH] 1.3.6 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 5 +++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ad08b0ef4d..eb489baa55 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.3.6.pre7 to 1.3.6: + - Add MSOutput to WMCore diagram. (tivanov) #9804 + - Add MSOutput to Micro Services diagram. (tivanov) #9802 + + 1.3.6.pre6 to 1.3.6.pre7: - Pileup is transferred to a single location, do the same for input blocks (Alan Malta Rodrigues) #9800 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 637764a10b..2f9e9be673 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.3.6.pre7' +__version__ = '1.3.6' __all__ = []