Skip to content

Commit

Permalink
Generated from eabd724
Browse files Browse the repository at this point in the history
upgrade pipeline scripts version to 0.8.0 (#9457)

Co-authored-by: Jianye Xi <[email protected]>
  • Loading branch information
SDK Automation and Jianye Xi committed May 15, 2020
1 parent 731a303 commit 6a0d02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/hanaonazure/azure-mgmt-hanaonazure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure SAP Hana on Azure Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk)


# Usage
Expand Down
4 changes: 1 addition & 3 deletions sdk/hanaonazure/azure-mgmt-hanaonazure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
pass

# Version extraction inspired from 'requests'
with open(os.path.join(package_folder_path, 'version.py')
if os.path.exists(os.path.join(package_folder_path, 'version.py'))
else os.path.join(package_folder_path, '_version.py'), 'r') as fd:
with open(os.path.join(package_folder_path, 'version.py'), 'r') as fd:
version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',
fd.read(), re.MULTILINE).group(1)

Expand Down

0 comments on commit 6a0d02d

Please sign in to comment.