Skip to content

Commit

Permalink
Release 0.0.42 (#276)
Browse files Browse the repository at this point in the history
* Remove logger setlevel to Debug

* Updated docstrings (#275)
  • Loading branch information
akharit authored Feb 28, 2019
1 parent 2c60307 commit 800a1d5
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 34 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

0.0.42 (2019-02-26)
+++++++++++++++++++
* Update docstrings
* Remove logging setlevel to DEBUG for recursive acl operations

0.0.41 (2019-01-31)
+++++++++++++++++++
* Remove GetContentSummary api call
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.41"
__version__ = "0.0.42"

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

0 comments on commit 800a1d5

Please sign in to comment.