Skip to content

Commit

Permalink
2.3.10rc7
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 050edd3 commit 6a358d0
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.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
- Replaced ddm_quota with dm_weight, added deprecation warning (Dennis Lee) #12243
- Add token authentication support, but disable cms token authentication by default. (Kenyi Hurtado) #12196


2.3.10rc5 to 2.3.10rc6:
- Added curl dev library to Ubuntu system as it required within CI/CD pipeline to install pycurl locally (Valentin Kuznetsov) #12277

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.10rc6'
__version__ = '2.3.10rc7'
__all__ = []

0 comments on commit 6a358d0

Please sign in to comment.