msrest 0.5.2
This commit is contained in:
Родитель
1c19601213
Коммит
028741fc3a
13
README.rst
13
README.rst
|
@ -20,6 +20,19 @@ To install:
|
|||
Release History
|
||||
---------------
|
||||
|
||||
2018-07-09 Version 0.5.2
|
||||
++++++++++++++++++++++++
|
||||
|
||||
**Features**
|
||||
|
||||
- deserialize/from_dict now accepts a content-type parameter to parse XML strings
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
- Fix some complex XML Swagger definitions.
|
||||
|
||||
This release likely breaks already generated XML SDKs, that needs to be regenerated with autorest.python 3.0.58
|
||||
|
||||
2018-06-21 Version 0.5.1
|
||||
++++++++++++++++++++++++
|
||||
|
||||
|
|
|
@ -62,9 +62,9 @@ copyright = u'2016-2018, Microsoft'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.5.1'
|
||||
version = '0.5.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.1'
|
||||
release = '0.5.2'
|
||||
|
||||
# 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.1"
|
||||
msrest_version = "0.5.2"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='msrest',
|
||||
version='0.5.1',
|
||||
version='0.5.2',
|
||||
author='Microsoft Corporation',
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
url=("https://github.com/Azure/msrest-for-python"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче