Skip to content

Commit

Permalink
2.3.6rc8
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Oct 7, 2024
1 parent a25474d commit f3c25d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.3.6rc7 to 2.3.6rc8:
- Revert "Add SiteList actions to transient statuses in ReqMgr2" (Alan Malta Rodrigues) #12133
- Revert "Exclude RequestStatus from the returned values of get_modifiable_properties" (Alan Malta Rodrigues) #12132
- Revert "Remove commented lines" (Alan Malta Rodrigues) #12131
- Revert "Unit tests" (Alan Malta Rodrigues) #12131
- Fix unit test threading monitor (Kenyi Hurtado) #12122
- Add method to find maxEvents input value and change scram EL9 architecture accordingly (Kenyi Hurtado) #12106
- Log the Pull Request number correctly (Fredrik) #12119
- Remove commented lines (Todor Ivanov) #12111


2.3.6rc6 to 2.3.6rc7:
- Exclude RequestStatus from the returned values of get_modifiable_properties (Todor Ivanov) #12108

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.6rc7'
__version__ = '2.3.6rc8'
__all__ = []

0 comments on commit f3c25d8

Please sign in to comment.