This commit is contained in:
Laurent Mazuel 2020-07-24 14:17:33 -07:00
Родитель 0d1b20b1c7
Коммит 76a4149314
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8A1A37C887DC49D8
3 изменённых файлов: 10 добавлений и 2 удалений

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

@ -20,6 +20,14 @@ To install:
Release History Release History
--------------- ---------------
2020-07-27 Version 0.6.18
+++++++++++++++++++++++++
**Features**
- Add support for attributes/text in the same XML node #218
2020-06-25 Version 0.6.17 2020-06-25 Version 0.6.17
+++++++++++++++++++++++++ +++++++++++++++++++++++++

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

@ -25,4 +25,4 @@
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
#: version of this package. Use msrest.__version__ instead #: version of this package. Use msrest.__version__ instead
msrest_version = "0.6.17" msrest_version = "0.6.18"

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

@ -28,7 +28,7 @@ from setuptools import setup, find_packages
setup( setup(
name='msrest', name='msrest',
version='0.6.17', version='0.6.18',
author='Microsoft Corporation', author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]), packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"), url=("https://github.com/Azure/msrest-for-python"),