diff --git a/CHANGES b/CHANGES index 7f3549e384..479bd3e642 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.0.4.pre4 to 2.0.4: + - Add extra protection for T0 to prevent archival of workflows having blocks not yet deleted. (Todor Ivanov) #11169 + + 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 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index ea2ddfd411..37904bed3d 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.4.pre4' +__version__ = '2.0.4' __all__ = []