Skip to content

Commit 571ce92

Browse files
authored
Merge pull request #155 from begoldsm/master
Rev the version to publish with the new packaging.
2 parents 356032f + 29bf4c3 commit 571ce92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
0.0.7 (2017-04-19)
6+
------------------
7+
* Update the build process to more efficiently handle multi-part namespaces for pip.
8+
59
0.0.6 (2017-03-15)
610
------------------
711
* Fix an issue with path caching that should drastically improve performance for download

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.6"
9+
__version__ = "0.0.7"
1010

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

0 commit comments

Comments
 (0)