msrest 0.6.9
This commit is contained in:
Родитель
4cc8bc84e9
Коммит
91b7392b43
|
@ -20,6 +20,13 @@ To install:
|
|||
Release History
|
||||
---------------
|
||||
|
||||
2019-07-24 Versopm 0.6.9
|
||||
++++++++++++++++++++++++
|
||||
|
||||
**Features**
|
||||
|
||||
- Accept extensions of JSON mimetype as valid JSON #167
|
||||
|
||||
2019-06-24 Version 0.6.8
|
||||
++++++++++++++++++++++++
|
||||
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
# --------------------------------------------------------------------------
|
||||
|
||||
#: version of this package. Use msrest.__version__ instead
|
||||
msrest_version = "0.6.8"
|
||||
msrest_version = "0.6.9"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='msrest',
|
||||
version='0.6.8',
|
||||
version='0.6.9',
|
||||
author='Microsoft Corporation',
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
url=("https://github.com/Azure/msrest-for-python"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче