From f1985b795455d125d60a0fd30a8af457d85468c9 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 6 Jul 2020 14:31:35 +0200 Subject: [PATCH] 1.3.6.pre7 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 2 +- src/python/WMCore/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index b63144585a..ad08b0ef4d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -1.3.6.pre6 to 1.3.7.pre7: +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 78554c9ce3..637764a10b 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '1.3.7.pre7' +__version__ = '1.3.6.pre7' __all__ = []