Skip to content

Commit

Permalink
2.3.10rc8
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 5, 2025
1 parent d58d2ed commit 0a72f17
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.10rc7 to 2.3.10rc8:
- Add appropriate tags and destination for alert routing (Valentin Kuznetsov) #12279
- Merge local WM build with pypi CI/CD workflow (Valentin Kuznetsov) #12281
- Introducing createDebuggingCommand in all the stageout submodules (Andrea Piccinelli) #12284
- Update pycurl and PyOpenSSL versions (Kenyi Hurtado) #12286


2.3.10rc6 to 2.3.10rc7:
- Remove unused double stack functions, see #12285 (Fredrik) #12292
- python 3.10 - collections.(Mapping|Iterable) moved to collections.abc.(Mapping|Iterable) (Dario Mapelli) #12288
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.10rc7'
__version__ = '2.3.10rc8'
__all__ = []

0 comments on commit 0a72f17

Please sign in to comment.