We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63a7d5 commit 380228bCopy full SHA for 380228b
HISTORY.rst
@@ -3,7 +3,11 @@
3
Release History
4
===============
5
6
-0.0.28 (2018-08-020)
+0.0.29 (2018-08-22)
7
++++++++++++++++++++
8
+* Fixed HISTORY.rst and Pypi documentation
9
+
10
+0.0.28 (2018-08-20)
11
+++++++++++++++++++
12
* Added recovery from DatalakeBadOffsetException
13
azure/datalake/store/__init__.py
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.28"
+__version__ = "0.0.29"
from .core import AzureDLFileSystem
from .multithread import ADLDownloader
0 commit comments