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__ = []