From 29bf4c3f3b9ff5c2d6880c35e4c33568669c1287 Mon Sep 17 00:00:00 2001 From: begoldsm Date: Wed, 19 Apr 2017 16:18:51 -0700 Subject: [PATCH] Rev the version to publish with the new packaging. --- HISTORY.rst | 4 ++++ azure/datalake/store/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d2c4470..1ad5c3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.0.7 (2017-04-19) +------------------ +* Update the build process to more efficiently handle multi-part namespaces for pip. + 0.0.6 (2017-03-15) ------------------ * Fix an issue with path caching that should drastically improve performance for download diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index a94eb7e..f4e3bdc 100644 --- a/azure/datalake/store/__init__.py +++ b/azure/datalake/store/__init__.py @@ -6,7 +6,7 @@ # license information. # -------------------------------------------------------------------------- -__version__ = "0.0.6" +__version__ = "0.0.7" from .core import AzureDLFileSystem from .multithread import ADLDownloader