Skip to content

Commit dc7d053

Browse files
committed
Merge conflicts
2 parents cc8f446 + 4b203ee commit dc7d053

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
===============
55

6-
0.0.33 (2018-10-015)
6+
0.0.34 (2018-10-15)
77
+++++++++++++++++++
88
* Fixed concat issue with plus(or other symbols) in filename
99
* Added readinto method

azure/datalake/store/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# license information.
77
# --------------------------------------------------------------------------
88

9-
__version__ = "0.0.33"
9+
__version__ = "0.0.34"
10+
1011

1112
from .core import AzureDLFileSystem
1213
from .multithread import ADLDownloader

0 commit comments

Comments
 (0)