Skip to content

Commit

Permalink
2.0.2.patch1
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 12, 2022
1 parent 9f302e6 commit efad8cb
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.0.2 to 2.0.2.patch1:
- Enhance logic to map ScramArch to OS (Alan Malta Rodrigues) #11090
- When ScramArch is empty str/list/None, return any as required_os (Alan Malta Rodrigues) #11090
- If job requires rhel8 container, use slc7 python libraries (Alan Malta Rodrigues) #11090
- Assign the correct activity for Tape_Test RSEs (Jhonatan Amado) #11090


2.0.2.pre4 to 2.0.2:


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.0.2'
__version__ = '2.0.2.patch1'
__all__ = []

0 comments on commit efad8cb

Please sign in to comment.