Skip to content

Commit

Permalink
2.3.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Sep 26, 2024
1 parent f815ad8 commit c7adf9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.3.5 to 2.3.5.1:
- dbs3-client - import it only in the functions that need it (Dario Mapelli) #12117
- dbs3-client - msoutput and mstransferor are the only ms that use it (Dario Mapelli) #12117
- dbs3-client - fix specific version in requirements.txt with == (Dario Mapelli) #12117
- Update dbs3-client version (Valentin Kuznetsov) #12117
- Use PNN to PSN conversion in WQE mapping (Kenyi Hurtado) #12116
- Disable relval workflows going to disk by default in MSOutput. (Kenyi Hurtado) #12116


2.3.5rc3 to 2.3.5:
- Just cutting the final stable release

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.5'
__version__ = '2.3.5.1'
__all__ = []

0 comments on commit c7adf9e

Please sign in to comment.