Fix history.rst and update version number (#234)

* Fix history.rst and update version number

* Change history to uppercase
This commit is contained in:
akharit 2018-08-22 16:02:39 -07:00 коммит произвёл GitHub
Родитель d63a7d5565
Коммит 380228bb34
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
__version__ = "0.0.28"
__version__ = "0.0.29"
from .core import AzureDLFileSystem
from .multithread import ADLDownloader