Skip to content

Commit 39be9bd

Browse files
committed
Updated version number and history
1 parent af1e477 commit 39be9bd

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
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
0.0.30 (2018-08-28)
7+
+++++++++++++++++++
8+
* Fixed .travis.yml order to add azure-nspg dependency
9+
610
0.0.29 (2018-08-22)
711
+++++++++++++++++++
812
* Fixed HISTORY.rst and Pypi documentation

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.29"
9+
__version__ = "0.0.30"
1010

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

0 commit comments

Comments
 (0)