Skip to content

Commit

Permalink
Publish package with progress controller callback
Browse files Browse the repository at this point in the history
Updating the package version to publish the progress controller
callback.
  • Loading branch information
begoldsm committed Jul 26, 2017
1 parent eb2d774 commit 580e777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Release History
===============
unreleased
0.0.15 (2017-07-26)
----------
* Enable Data Lake Store progress controller callback #174

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.14"
__version__ = "0.0.15"

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

0 comments on commit 580e777

Please sign in to comment.