0.6.18
This commit is contained in:
Родитель
0d1b20b1c7
Коммит
76a4149314
|
@ -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"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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"),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче