diff --git a/CHANGES b/CHANGES index 9b328b775d..262396c7f7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.1.2.pre4 to 2.1.2: + + 2.1.2.pre3 to 2.1.2.pre4: - Remove extra request parameter checks for [Non]CustodialSubType && AutoApproveSubscriptionSites. (Todor Ivanov) #11270 - Cast SQLAlchemy RMKeyView object to list (Alan Malta Rodrigues) #11268 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 00c1d403f9..16c2c6556a 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.2.pre4' +__version__ = '2.1.2' __all__ = []