diff --git a/CHANGES b/CHANGES index 56945e71e7..386415cdc9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.0.2.pre4 to 2.0.2: + + 2.0.2.pre3 to 2.0.2.pre4: - Missed one set_opts use for PyCurl multirequest (Alan Malta Rodrigues) #11070 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index fbb7a6e279..f1f856a6c9 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.2.pre4' +__version__ = '2.0.2' __all__ = []