Skip to content

Commit

Permalink
update History and release version in init file
Browse files Browse the repository at this point in the history
  • Loading branch information
chdevala committed Sep 11, 2017
1 parent 359c2e4 commit 0269328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion azure/datalake/store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------

__version__ = "0.0.15"
__version__ = "0.0.16"

from .core import AzureDLFileSystem
from .multithread import ADLDownloader
Expand Down

0 comments on commit 0269328

Please sign in to comment.