From 580e7770b883330cc284e67d03525f11c57ed6b2 Mon Sep 17 00:00:00 2001 From: begoldsm Date: Wed, 26 Jul 2017 09:55:09 -0700 Subject: [PATCH] Publish package with progress controller callback Updating the package version to publish the progress controller callback. --- HISTORY.rst | 2 +- azure/datalake/store/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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