Skip to content

Commit

Permalink
2.3.8rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Nov 21, 2024
1 parent 5d772b2 commit d3852da
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.7 to 2.3.8rc1:
- Fix str to bytes comparisons in checkProxy.py (Todor Ivanov) #12174
- Replace xquery with query, due to deprecation of the former since HTCondor 10.7.0 (Kenyi Hurtado) #12158
- add RucioUtils_t.RucioUtilsTest:testWeightedChoice to the unstable test (Alan Malta Rodrigues) #12150
- Update workqueue selector filter to no longer use ParentQueueUrl (Alan Malta Rodrigues) #12150


2.3.6 to 2.3.7:
- Augmentation of gfal-cp debuggin for StageOutImpl and GFAL2Impl scripts (Andrea Piccinelli) #12081
- Provide JSON file with CouchDB replication selector function (Alan Malta Rodrigues) #12143
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.7'
__version__ = '2.3.8rc1'
__all__ = []

0 comments on commit d3852da

Please sign in to comment.