Update version number and history(0.0.38) (#260)

* Updated version and history
This commit is contained in:
akharit 2018-11-12 17:18:13 -08:00 коммит произвёл GitHub
Родитель 6a6dcc9700
Коммит 3a47160cbb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -3,6 +3,11 @@
Release History
===============
0.0.38 (2018-11-12)
+++++++++++++++++++
* Added support for recursive acl functions
* Fixed bug due to missing filesessionid in get_chunk
0.0.37 (2018-11-02)
+++++++++++++++++++
* Reverted some changes introduced in 0.0.35 that didn't work with other tokens

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

@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
__version__ = "0.0.37"
__version__ = "0.0.38"
from .core import AzureDLFileSystem