Skip to content

Commit

Permalink
Fix history.rst and update version number (#234)
Browse files Browse the repository at this point in the history
* Fix history.rst and update version number

* Change history to uppercase
  • Loading branch information
akharit authored Aug 22, 2018
1 parent d63a7d5 commit 380228b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Release History
===============

0.0.28 (2018-08-020)
0.0.29 (2018-08-22)
+++++++++++++++++++
* Fixed HISTORY.rst and Pypi documentation

0.0.28 (2018-08-20)
+++++++++++++++++++
* Added recovery from DatalakeBadOffsetException

Expand Down
2 changes: 1 addition & 1 deletion azure/datalake/store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------

__version__ = "0.0.28"
__version__ = "0.0.29"

from .core import AzureDLFileSystem
from .multithread import ADLDownloader
Expand Down

0 comments on commit 380228b

Please sign in to comment.