Skip to content

Commit

Permalink
azure-mgmt-recoveryservices: update acceptable range of dependency ve…
Browse files Browse the repository at this point in the history
…rsions. (#4542)

* azure-mgmt-recoveryservices: update acceptable range of dependency versions.

* Updating version and Release Notes.
  • Loading branch information
marstr authored and lmazuel committed Mar 12, 2019
1 parent 5a75672 commit 3639f46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions azure-mgmt-recoveryservices/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
0.1.1 (2019-03-12)
++++++++++++++++++

* Updating permissible versions of the msrestazure package to unblock `Azure/azure-cli#6973 <https://github.com/Azure/azure-cli/issues/6973>`_.

0.1.0 (2017-07-20)
++++++++++++++++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.0"
VERSION = "0.1.1"

2 changes: 1 addition & 1 deletion azure-mgmt-recoveryservices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
zip_safe=False,
packages=find_packages(),
install_requires=[
'msrestazure~=0.4.11',
'msrestazure>=0.4.11,<2.0.0',
'azure-common~=1.1',
],
cmdclass=cmdclass
Expand Down

0 comments on commit 3639f46

Please sign in to comment.