From 65682559f06e09df26c620e885596cb057bd228e Mon Sep 17 00:00:00 2001 From: jeffj6123 Date: Mon, 29 Jul 2019 11:57:23 -0700 Subject: [PATCH] updated readme for 8.0.0 (#197) * updated readme * updated msrest version and readme --- src/README.rst | 4 ++++ src/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/README.rst b/src/README.rst index 4f3a6a30..3c724629 100644 --- a/src/README.rst +++ b/src/README.rst @@ -20,6 +20,10 @@ Unreleased ---------- - Placeholder text +8.0.0 +---------- +- Update imports for Service fabric runtime version 6.5 (#195) + 7.1.0 ---------- - Increase default timeout of application upload to 300 seconds, and allow upload timeouts to be configurable. The new timeout will be an overall operation timeout for all uploads, rather than individual operation timeouts of 60 seconds as existed before. Improvements to help text (#131) diff --git a/src/setup.py b/src/setup.py index 1fd6367e..09971a08 100644 --- a/src/setup.py +++ b/src/setup.py @@ -45,7 +45,7 @@ def read(fname): ], install_requires=[ 'knack==0.5.2', - 'msrest>=0.4.26', + 'msrest>=0.5.0', 'msrestazure', 'requests', 'azure-servicefabric==6.5.0.0',