diff --git a/CHANGES b/CHANGES index 7de50d4a14..33cc260958 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2.3.4rc9 to 2.3.4rc10: + - Add X509_USER_PROXY (Todor Ivanov) #12014 + - Change WMA_MANAGE_DIR (Todor Ivanov) #12014 + - Add missing environment variables for the Tier0 and virtual env deployments. (Todor Ivanov) #12014 + - Add Tier0 coucapp dependencies (Todor Ivanov) #12011 + + 2.3.4rc8 to 2.3.4rc9: - Validate Pileup document with expectedRSEs instead of currentRSEs (Alan Malta Rodrigues) #11995 - Check status of attachDIDs API and act upon it (Valentin Kuznetsov) #11995 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 2249efbf2b..5785da4afc 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4rc9' +__version__ = '2.3.4rc10' __all__ = []