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 359c2e4 commit 0269328Copy full SHA for 0269328
HISTORY.rst
@@ -2,9 +2,12 @@
2
3
Release History
4
===============
5
-unreleased
6
-----------
+
+0.0.16 (2017-09-11)
7
+-------------------
8
* Fixed Multi chunk transfer hangs as merging chunks fails #187
9
+* Added syncflag and leaseid in create, append calls.
10
+* Added filesessionid in create, append and open calls.
11
12
0.0.15 (2017-07-26)
13
-------------------
azure/datalake/store/__init__.py
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.15"
+__version__ = "0.0.16"
from .core import AzureDLFileSystem
from .multithread import ADLDownloader
0 commit comments