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 821968a commit 4b203eeCopy full SHA for 4b203ee
HISTORY.rst
@@ -3,7 +3,7 @@
3
Release History
4
===============
5
6
-0.0.33 (2018-10-15)
+0.0.34 (2018-10-15)
7
+++++++++++++++++++
8
* Fixed concat issue with plus(or other symbols) in filename
9
* Added readinto method
azure/datalake/store/__init__.py
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.33"
+__version__ = "0.0.34"
10
11
from .core import AzureDLFileSystem
12
from .multithread import ADLDownloader
0 commit comments