Merge pull request #127 from Microsoft/users/tedchamb/dev

Fix for msrest 0.6.0 breaking change
This commit is contained in:
Ted Chambers 2018-10-09 15:33:08 -04:00 коммит произвёл GitHub
Родитель 88d70e20d3 bab09153ea
Коммит 672db79a5a
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,7 @@
from setuptools import setup, find_packages
NAME = "vsts"
VERSION = "0.1.17"
VERSION = "0.1.18"
# To install the library, run the following
#
@ -16,7 +16,7 @@ VERSION = "0.1.17"
# http://pypi.python.org/pypi/setuptools
REQUIRES = [
"msrest>=0.5.0"
"msrest>=0.5.0,<0.6.0"
]
CLASSIFIERS = [

Просмотреть файл

@ -3,4 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
VERSION = "0.1.17"
VERSION = "0.1.18"