diff --git a/CHANGES b/CHANGES index d615c89eb4..d9cd6e5fd1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.1.3.pre1 to 2.1.3: + - Convert module to python3-only (Alan Malta Rodrigues) #11298 + - Create job classad for REQUIRED_ARCH (Alan Malta Rodrigues) #11298 + + 2.1.2 to 2.1.3.pre1: - Update CMSMonitoring python library version to 0.6.9 (Alan Malta Rodrigues) #11295 - Update schematics for WM, MSTransferor and MSMonitor (Alan Malta Rodrigues) #11294 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 517ccbca37..2abeee718d 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.3.pre1' +__version__ = '2.1.3' __all__ = []