diff --git a/CHANGES b/CHANGES index fdc3aee863..16bc80338b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.6rc6 to 2.3.6rc7: + - Exclude RequestStatus from the returned values of get_modifiable_properties (Todor Ivanov) #12108 + + 2.3.6rc5 to 2.3.6rc6: - Fix dbs3-client to version 4.0.19 and update imports for Microservices (Dario Mapelli) #12102 - Update WM Dockerfiles to tag pypi-20240923-stable (Alan Malta Rodrigues) https://github.com/dmwm/CMSKubernetes/pull/1551 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 4fa483cec9..f8de013492 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc6' +__version__ = '2.3.6rc7' __all__ = []