Skip to content

Commit 3a47160

Browse files
authored
Update version number and history(0.0.38) (#260)
* Updated version and history
1 parent 6a6dcc9 commit 3a47160

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

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+
611
0.0.37 (2018-11-02)
712
+++++++++++++++++++
813
* Reverted some changes introduced in 0.0.35 that didn't work with other tokens

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.37"
9+
__version__ = "0.0.38"
1010

1111

1212
from .core import AzureDLFileSystem

0 commit comments

Comments
 (0)