Skip to content

Commit

Permalink
2.1.7rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Feb 1, 2023
1 parent e7125a4 commit ecd2414
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.7rc2 to 2.1.7rc3:
- Use setswitchinterval instead of setcheckinterval (Valentin Kuznetsov) #11432
- MSPileup service HTTP APIs (Valentin Kuznetsov) #11443
- Open REST-based file in append mode, update deactivated (Alan Malta Rodrigues) #11463
- Corrected GQ -> LQ data acquisition in slices (Alan Malta Rodrigues) #11457


2.1.7rc1 to 2.1.7rc2:
- MSPileup service data management layer (Valentin Kuznetsov) #11438
- Fix file open issue (Valentin Kuznetsov) #11431
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.1.7rc2'
__version__ = '2.1.7rc3'
__all__ = []

0 comments on commit ecd2414

Please sign in to comment.