From f9d616da1144399939773059a312549ed811be8b Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 18 Jan 2023 14:40:57 +0100 Subject: [PATCH] 2.1.6.1 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 6 ++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 31f1e78ff1..ca994c2aa6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.1.6 to 2.1.6.1: + - Do not duplicate error messages in DBS3Upload (Alan Malta Rodrigues) #11445 + - Fix broken syntax for the f-string in DBSUploadPoller (Alan Malta Rodrigues) #11445 + - Ensure JobAccountant does not insert files without any location (Alan Malta Rodrigues) #11445 + + 2.1.6rc6 to 2.1.6: diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 7b57565d18..eb44698ff2 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.6' +__version__ = '2.1.6.1' __all__ = []