Skip to content

Commit

Permalink
2.2.6rc5
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 12, 2023
1 parent fd288bb commit 87ea437
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.2.6rc4 to 2.2.6rc5:
- Do not fail workflows due to empty location in global workqueue (Valentin Kuznetsov) #11810
- Add runtime information json. (Kenyi Hurtado) #11812
- Add a generic script for deploying wmagent inside a virtual environment. (Todor Ivanov) #11624
- Added aborted-completed to the state transition diagram (Alan Malta Rodrigues) #11809
- Moved ParentageResolved check from dispatch to archive (Dennis Lee) #11805
- Fixed Inappropriate Logical Expression (fabihatasneem) #11808
- Add loging and decode output of pre-scripts (German Giraldo) #11803


2.2.6rc3 to 2.2.6rc4:
- Introduce transition attribute in MSPileup record (Valentin Kuznetsov) #11802
- New test campaigns added to parseUnifiedCampaigns (Alan Malta Rodrigues) #11806
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.2.6rc4'
__version__ = '2.2.6rc5'
__all__ = []

0 comments on commit 87ea437

Please sign in to comment.