Skip to content

Commit

Permalink
Merge pull request #211 from lmazuel/wheel0.31.0fix
Browse files Browse the repository at this point in the history
Fix azure_bdist_wheel for wheel 0.31.0
  • Loading branch information
milanchandna committed May 26, 2018
2 parents b88749a + afc431b commit 65c99d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 486 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache: pip
matrix:
include:
- python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5
- python: 3.6
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.0.20 (2018-05-25)
+++++++++++++++++++
* Compatibility of the sdist with wheel 0.31.0

0.0.19 (2018-03-14)
-------------------
* Fixed upload issue where destination filename was wrong while upload of directory with single file #208
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.19"
__version__ = "0.0.20"

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

0 comments on commit 65c99d7

Please sign in to comment.