From 0269328c30e3d40c7cac3a52aaa2cd849d825580 Mon Sep 17 00:00:00 2001 From: Chandhan Devalapura <25624934+chdevala@users.noreply.github.com> Date: Mon, 11 Sep 2017 18:00:42 +0000 Subject: [PATCH] update History and release version in init file --- HISTORY.rst | 7 +++++-- azure/datalake/store/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e57d1b5..98ffd0e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,9 +2,12 @@ Release History =============== -unreleased ----------- + +0.0.16 (2017-09-11) +------------------- * Fixed Multi chunk transfer hangs as merging chunks fails #187 +* Added syncflag and leaseid in create, append calls. +* Added filesessionid in create, append and open calls. 0.0.15 (2017-07-26) ------------------- diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index cf81aa6..641bd3b 100644 --- a/azure/datalake/store/__init__.py +++ b/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