diff --git a/CHANGES b/CHANGES index a724d0a8f2..86d1b16ccd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.8rc10 to 2.3.8rc11: + - Add HTTP request from ReqMgr2 to MSTransferor (Valentin Kuznetsov) #12220 + - Improve patchComponent && Add patchCluster scripts (Todor Ivanov) #12207 + + 2.3.8rc9 to 2.3.8rc10: - wmagent - htcondor bindings bumped to v24.3 (Dario Mapelli) #12226 - Register transfer REST API (Valentin Kuznetsov) #12221 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 049f935ff6..b262343808 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.8rc10' +__version__ = '2.3.8rc11' __all__ = []