Skip to content

Commit

Permalink
2.3.2rc7
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Apr 19, 2024
1 parent 263aed7 commit c7c33f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.3.2rc6 to 2.3.2rc7:
- Add DBS3_READER_URL and WorkflowUpdater.dbsUrl (Valentin Kuznetsov) #11972
- Fix print function in WorkflowUpdater (Alan Malta Rodrigues) #11971
- Modification of the opportunistic resource thresholds (Andrea Piccinelli) #11966
- Addition of the sites with HPC resources for the WMAgent docker deployment (Andrea Piccinelli) #11966
- Allow numbers in DataTier fields in all regular expressions (Todor Ivanov) #11962
- Add new Merge Repack special cases to AccountantWorker (German Giraldo) #11952
- Fix regex for Spec generation with alphanumerical data tiers (German Giraldo) #11951


2.3.2rc5 to 2.3.2rc6:
- Fix issue with customDID (Valentin Kuznetsov) #11948
- Add code to insert transition record; code re-factoring (Valentin Kuznetsov) #11947
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.2rc6'
__version__ = '2.3.2rc7'
__all__ = []

0 comments on commit c7c33f3

Please sign in to comment.