Skip to content

Commit

Permalink
2.0.4.pre4
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Jun 6, 2022
1 parent ffca53e commit 38bf266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '2.0.4.pre3'
__version__ = '2.0.4.pre4'
__all__ = []

0 comments on commit 38bf266

Please sign in to comment.