Skip to content

Commit

Permalink
1.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Dec 8, 2021
1 parent 15067b9 commit a1f16b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
1.5.6.pre1 to 1.5.6:


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)
- Adapt MSUnmerged to sync RSE data with MongoDB properly (Todor Ivanov) #10906
- Add --deep option to getReplicaInfoForBlocks. Add slicing to deleteBlocks (germanfgv) #10902
- Use siteLocalConfig to get LogCollect stage out params (germanfgv) #10905
- Update CMSCouchapp version for python3 stack (Alan Malta Rodrigues) #10910
- Add replicaset opotion to the MongoDB wrapper. (Todor Ivanov) #10908
- Initial MongoDB setup. (Todor Ivanov) #10895
- Update request state diagram with archival done by MS (Alan Malta Rodrigues) #10899
- Fix path for Py2/Py3 WMAgent logs (Alan Malta Rodrigues) #10897


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

0 comments on commit a1f16b0

Please sign in to comment.