Skip to content

Commit

Permalink
Merge pull request microsoft#127 from Microsoft/users/tedchamb/dev
Browse files Browse the repository at this point in the history
Fix for msrest 0.6.0 breaking change
  • Loading branch information
tedchamb authored Oct 9, 2018
2 parents 88d70e2 + bab0915 commit 672db79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vsts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand All @@ -16,7 +16,7 @@
# http://pypi.python.org/pypi/setuptools

REQUIRES = [
"msrest>=0.5.0"
"msrest>=0.5.0,<0.6.0"
]

CLASSIFIERS = [
Expand Down
2 changes: 1 addition & 1 deletion vsts/vsts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 672db79

Please sign in to comment.