diff --git a/CHANGES b/CHANGES index dd520a5785..3f07fe8d43 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.1.4.pre2 to 2.1.4.pre3: + - Update dbs3-client version from 4.0.10 to 4.0.11 (Alan Malta Rodrigues) #11334 + - add WebDav way to say "permission denied" to gfal_copy add webdav Insufficient Storage StageOut error (Stefano Belforte) #11328 + + 2.1.4.pre1 to 2.1.4.pre2: - Build WMCore services (except for t0 right now, due to name conflicts) and publish them to pypy, using tag pushes (Kenyi Hurtado) #11318 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 82549bcfda..51439cbc0d 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.1.4.pre2' +__version__ = '2.1.4.pre3' __all__ = []