msrest 0.5.4
This commit is contained in:
Родитель
8c8697e678
Коммит
4eb70d0b87
12
README.rst
12
README.rst
|
@ -20,6 +20,18 @@ To install:
|
|||
Release History
|
||||
---------------
|
||||
|
||||
2018-07-12 Version 0.5.4
|
||||
++++++++++++++++++++++++
|
||||
|
||||
**Features**
|
||||
|
||||
- Support additionalProperties and XML
|
||||
|
||||
**BugFixes**
|
||||
|
||||
- Better parse empty node and not string types
|
||||
- Improve "object" XML parsing
|
||||
|
||||
2018-07-10 Version 0.5.3
|
||||
++++++++++++++++++++++++
|
||||
|
||||
|
|
|
@ -62,9 +62,9 @@ copyright = u'2016-2018, Microsoft'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.5.3'
|
||||
version = '0.5.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.3'
|
||||
release = '0.5.4'
|
||||
|
||||
# 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.3"
|
||||
msrest_version = "0.5.4"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='msrest',
|
||||
version='0.5.3',
|
||||
version='0.5.4',
|
||||
author='Microsoft Corporation',
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
url=("https://github.com/Azure/msrest-for-python"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче