Skip to content

Commit 800a1d5

Browse files
authored
Release 0.0.42 (#276)
* Remove logger setlevel to Debug * Updated docstrings (#275)
1 parent 2c60307 commit 800a1d5

File tree

5 files changed

+237
-34
lines changed

5 files changed

+237
-34
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.42 (2019-02-26)
7+
+++++++++++++++++++
8+
* Update docstrings
9+
* Remove logging setlevel to DEBUG for recursive acl operations
10+
611
0.0.41 (2019-01-31)
712
+++++++++++++++++++
813
* Remove GetContentSummary api call

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.41"
9+
__version__ = "0.0.42"
1010

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

0 commit comments

Comments
 (0)