diff --git a/CHANGES b/CHANGES index 11110dabd2..56945e71e7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.0.2.pre3 to 2.0.2.pre4: + - Missed one set_opts use for PyCurl multirequest (Alan Malta Rodrigues) #11070 + + 2.0.2.pre2 to 2.0.2.pre3: - Use Content-Encoding to automatically decode body in RequestHandler (Alan Malta Rodrigues) #11069 - Add usage of gzip encoding (Valentin Kuznetsov) #11056 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 2a805fbeb5..fbb7a6e279 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.0.2.pre3' +__version__ = '2.0.2.pre4' __all__ = []