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 6a6dcc9 commit 3a47160Copy full SHA for 3a47160
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+0.0.38 (2018-11-12)
7
++++++++++++++++++++
8
+* Added support for recursive acl functions
9
+* Fixed bug due to missing filesessionid in get_chunk
10
+
11
0.0.37 (2018-11-02)
12
+++++++++++++++++++
13
* Reverted some changes introduced in 0.0.35 that didn't work with other tokens
azure/datalake/store/__init__.py
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.37"
+__version__ = "0.0.38"
from .core import AzureDLFileSystem
0 commit comments