Skip to content

Commit

Permalink
updated readme for 8.0.0 (#197)
Browse files Browse the repository at this point in the history
* updated readme

* updated msrest version and readme
  • Loading branch information
jeffj6123 authored Jul 29, 2019
1 parent 2ba9548 commit 6568255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6568255

Please sign in to comment.