From 38bf2664491ea3533d9caf565cbe6b9e726f0a55 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Mon, 6 Jun 2022 15:20:20 +0200 Subject: [PATCH] 2.0.4.pre4 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 4 ++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4ac87b9ec3..7f3549e384 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.0.4.pre3 to 2.0.4.pre4: + - New CouchDB 3.x APIs for tracking replications; fix replication check in AgentStatusPoller (Alan Malta Rodrigues) #11039 + + 2.0.4.pre2 to 2.0.4.pre3: - Check if key exists when deleting standalone documents in Couch (Alan Malta Rodrigues) #11165 - Avoid raising exception when ReqMgr2 request is not found (Alan Malta Rodrigues) #11159 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index d2c4c9c56c..ea2ddfd411 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.4.pre3' +__version__ = '2.0.4.pre4' __all__ = []