0.6.15
This commit is contained in:
Родитель
bfbb45f2c2
Коммит
825494692d
11
README.rst
11
README.rst
|
@ -20,6 +20,17 @@ To install:
|
|||
Release History
|
||||
---------------
|
||||
|
||||
2020-06-04 Version 0.6.15
|
||||
+++++++++++++++++++++++++
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
- Fix RFC regression introduced in 0.6.14 (RFC parse date are no longer pickable) #208
|
||||
- Fix XML parsing with namespaces #206
|
||||
|
||||
Thanks to ivanst0 for the contribution
|
||||
|
||||
|
||||
2020-05-18 Version 0.6.14
|
||||
+++++++++++++++++++++++++
|
||||
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
# --------------------------------------------------------------------------
|
||||
|
||||
#: version of this package. Use msrest.__version__ instead
|
||||
msrest_version = "0.6.14"
|
||||
msrest_version = "0.6.15"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='msrest',
|
||||
version='0.6.14',
|
||||
version='0.6.15',
|
||||
author='Microsoft Corporation',
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
url=("https://github.com/Azure/msrest-for-python"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче