Skip to content

Commit 380228b

Browse files
authored
Fix history.rst and update version number (#234)
* Fix history.rst and update version number * Change history to uppercase
1 parent d63a7d5 commit 380228b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.rst

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

6-
0.0.28 (2018-08-020)
6+
0.0.29 (2018-08-22)
7+
+++++++++++++++++++
8+
* Fixed HISTORY.rst and Pypi documentation
9+
10+
0.0.28 (2018-08-20)
711
+++++++++++++++++++
812
* Added recovery from DatalakeBadOffsetException
913

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.28"
9+
__version__ = "0.0.29"
1010

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

0 commit comments

Comments
 (0)