diff --git a/HISTORY.rst b/HISTORY.rst index 97ee3b5..f9c1cba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ Release History =============== -unreleased +0.0.15 (2017-07-26) ---------- * Enable Data Lake Store progress controller callback #174 diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index 0bc7998..cf81aa6 100644 --- a/azure/datalake/store/__init__.py +++ b/azure/datalake/store/__init__.py @@ -6,7 +6,7 @@ # license information. # -------------------------------------------------------------------------- -__version__ = "0.0.14" +__version__ = "0.0.15" from .core import AzureDLFileSystem from .multithread import ADLDownloader