diff --git a/CHANGES b/CHANGES index 5a405139a6..b280134955 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.3.6rc1 to 2.3.6rc2: + - proper fix for extra line in voms-proxy-info output (Stefano Belforte) #12084 + - Update restartComponent.sh script to notify everyone in the WMCore team (Alan Malta Rodrigues) #12080 + - New docker wrapper script to manage docker actions on stable images, and its implementation in the CI/CD template (Valentin Kuznetsov) #12005 + + 2.3.5 to 2.3.6rc1: - skip possible JVM msg in voms-proxy-info output. Fix #12075 (Stefano Belforte) #12076 - Fix patchComponent logic to find the correct python lib && Add logic to zero the codebase before every patch to the version/tag deployed at the host (Todor Ivanov) #12074 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 7b98ef0ea4..7286ebe3ee 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.6rc1' +__version__ = '2.3.6rc2' __all__ = []