Skip to content

Commit

Permalink
2.3.1rc2
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 9, 2024
1 parent 775be59 commit 394049d
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.3.1rc1 to 2.3.1rc2:
- New function to get dataset locations from MSPileup and its implementation in StartPolicyInterface #11620 (Andrea Piccinelli) #11879
- Parse MSPileup filter as string if only listing one (Dennis Lee) #11886
- Increase JobSubmitter queue size from 50k to 100k (Alan Malta Rodrigues) #11889
- Created MSPileupUtils module and modified GQ CherryPy thread to use MSPileup instead of Rucio (Dennis Lee) #11870


2.3.0 to 2.3.1rc1:
- Dont cross check location when data is reported without location (Alan Malta Rodrigues) #11878
- Python (standard library) implementation of update pileup object script (Valentin Kuznetsov) #11872
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.3.1rc1'
__version__ = '2.3.1rc2'
__all__ = []

0 comments on commit 394049d

Please sign in to comment.