diff --git a/CHANGES b/CHANGES index 2b08b40748..084f79fccf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.3.4rc1 to 2.3.4rc2: + - Previous build failed while checking the package hash. Retrigger it. + 2.3.3 to 2.3.4rc1: - Add WMCore.ReqMgr.Tools dependency for wmagent pypi package. (Todor Ivanov) #11983 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 190bf93285..f7c5315dc4 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.3.4rc1' +__version__ = '2.3.4rc2' __all__ = []