Skip to content

Commit 0269328

Browse files
committed
update History and release version in init file
1 parent 359c2e4 commit 0269328

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

HISTORY.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
33
Release History
44
===============
5-
unreleased
6-
----------
5+
6+
0.0.16 (2017-09-11)
7+
-------------------
78
* 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.
811

912
0.0.15 (2017-07-26)
1013
-------------------

azure/datalake/store/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# license information.
77
# --------------------------------------------------------------------------
88

9-
__version__ = "0.0.15"
9+
__version__ = "0.0.16"
1010

1111
from .core import AzureDLFileSystem
1212
from .multithread import ADLDownloader

0 commit comments

Comments
 (0)