We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 356032f + 29bf4c3 commit 571ce92Copy full SHA for 571ce92
HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+0.0.7 (2017-04-19)
6
+------------------
7
+* Update the build process to more efficiently handle multi-part namespaces for pip.
8
+
9
0.0.6 (2017-03-15)
10
------------------
11
* Fix an issue with path caching that should drastically improve performance for download
azure/datalake/store/__init__.py
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.6"
+__version__ = "0.0.7"
from .core import AzureDLFileSystem
12
from .multithread import ADLDownloader
0 commit comments