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.
1 parent af1e477 commit 39be9bdCopy full SHA for 39be9bd
HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+0.0.30 (2018-08-28)
7
++++++++++++++++++++
8
+* Fixed .travis.yml order to add azure-nspg dependency
9
+
10
0.0.29 (2018-08-22)
11
+++++++++++++++++++
12
* Fixed HISTORY.rst and Pypi documentation
azure/datalake/store/__init__.py
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.29"
+__version__ = "0.0.30"
from .core import AzureDLFileSystem
from .multithread import ADLDownloader
0 commit comments