This commit is contained in:
Laurent Mazuel 2018-07-10 11:46:53 -07:00
Родитель 14aafa6744
Коммит 3214aaa062
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8A1A37C887DC49D8
4 изменённых файлов: 11 добавлений и 4 удалений

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

@ -20,6 +20,13 @@ To install:
Release History
---------------
2018-07-10 Version 0.5.3
++++++++++++++++++++++++
**BugFixes**
- Fix some XML serialization subtle scenarios
2018-07-09 Version 0.5.2
++++++++++++++++++++++++

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

@ -62,9 +62,9 @@ copyright = u'2016-2018, Microsoft'
# built documents.
#
# The short X.Y version.
version = '0.5.2'
version = '0.5.3'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '0.5.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

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

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

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

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