Skip to content

Commit

Permalink
azure-mgmt-dataplane-analytics: update msrestazure (#4541)
Browse files Browse the repository at this point in the history
* azure-mgmt-dataplane-analytics: update acceptable range of dependency versions.

* Update version.py

* Adding release note changes.

* Making issue reference a link

* Fixing link syntax
  • Loading branch information
marstr authored and lmazuel committed Mar 12, 2019
1 parent 3c7f311 commit fdabd31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions azure-mgmt-datalake-analytics/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release History
===============
0.2.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.2.0 (2017-08-17)
++++++++++++++++++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "0.2.0"
VERSION = "0.2.1"
4 changes: 2 additions & 2 deletions azure-mgmt-datalake-analytics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
zip_safe=False,
packages=find_packages(),
install_requires=[
'azure-common~=1.1.5',
'msrestazure~=0.4.7',
'azure-common~=1.1',
'msrestazure>=0.4.7,<2.0.0',
],
cmdclass=cmdclass
)

0 comments on commit fdabd31

Please sign in to comment.