Skip to content

Commit

Permalink
2.3.2rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Mar 19, 2024
1 parent 51d35e5 commit 7515ed9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.3.2rc3 to 2.3.2rc4:
- Use POST method for getting pileup documents in MSTransferor (Alan Malta Rodrigues) #11936
- Allow digits in data tier names (German Giraldo) #11930
- Decode cmsRun stdout (German Giraldo) #11933


2.3.2rc2 to 2.3.2rc3:
- Revisit logic of transition records, put code into stand-alone function (Valentin Kuznetsov) #11921
- Provide concurrent implementation for REST jobdetail API (Alan Malta Rodrigues) #11885
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.2rc3'
__version__ = '2.3.2rc4'
__all__ = []

0 comments on commit 7515ed9

Please sign in to comment.