Skip to content

Commit

Permalink
1.5.6.pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Todor Ivanov <[email protected]>
  • Loading branch information
todor-ivanov committed Dec 2, 2021
1 parent e0a8394 commit 15067b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.5.5 to 1.5.6.pre1:
- Pylint fixes (Todor Ivanov)
- Adapt MSUnmerged to sync RSE data with MongoDB properly (Todor Ivanov)
- Add ddep flag test to Rucio_t.testGetReplicaInfoForBlocks() (germanfgv)
- Add --deep option to getReplicaInfoForBlocks. Add slicing to deleteBlocks (germanfgv)
- Use siteLocalConfig to get LogCollect stage out params (germanfgv)
- Update CMSCouchapp version for python3 stack (Alan Malta Rodrigues)
- Add replicaset opotion to the MongoDB wrapper. (Todor Ivanov)
- Initial MongoDB setup. (Todor Ivanov)
- Update request state diagram with archival done by MS (Alan Malta Rodrigues)
- Fix path for Py2/Py3 WMAgent logs (Alan Malta Rodrigues)


1.5.5.pre6 to 1.5.5:


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__ = '1.5.5'
__version__ = '1.5.6.pre1'
__all__ = []

0 comments on commit 15067b9

Please sign in to comment.