Skip to content

Commit

Permalink
2.3.2rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Mar 12, 2024
1 parent 403a0cd commit 823420a
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.3.2rc2 to 2.3.2rc3:
- Revisit logic of transition records, put code into stand-alone function (Valentin Kuznetsov) #11921
- Provide concurrent implementation for REST jobdetail API (Alan Malta Rodrigues) #11885
- add BossAir.Plugins.BasePlugin modules to crabtaskworker deps (Thanayut Seethongchuen) #11926
- Fix interval for WMStats DataCacheUpdate CherryPy thread (Alan Malta Rodrigues) #11924


2.3.2rc1 to 2.3.2rc2:
- Pylint/pycode complement for storage.json fix in 11869 (Alan Malta Rodrigues) #11917
- Abandon storage.xml in favor of storage.json for stage-in and stage-out (nhduongvn) #11869
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.2rc2'
__version__ = '2.3.2rc3'
__all__ = []

0 comments on commit 823420a

Please sign in to comment.