Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44b9154

Browse files
committed
Packaging of 2.0.0rc1/0.30.0rc1
1 parent b87c642 commit 44b9154

File tree

19 files changed

+68
-68
lines changed

19 files changed

+68
-68
lines changed

azure-common/azure/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#--------------------------------------------------------------------------
1515

1616
__author__ = 'Microsoft Corp. <[email protected]>'
17-
__version__ = '1.0.0'
17+
__version__ = '1.1.0'
1818

1919

2020
class AzureException(Exception):

azure-common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-common',
37-
version='1.0.0',
37+
version='1.1.0',
3838
description='Microsoft Azure Client Library for Python (Common)',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',

azure-graphrbac/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-graphrbac',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Graph RBAC Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -60,7 +60,7 @@
6060
'azure.graphrbac.operations',
6161
],
6262
install_requires=[
63-
'azure-common',
64-
'msrestazure'
63+
'azure-common>=1.1.0',
64+
'msrestazure>=0.1.0'
6565
],
6666
)

azure-mgmt-authorization/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-authorization',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Authorization Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -61,8 +61,8 @@
6161
'azure.mgmt.authorization.operations',
6262
],
6363
install_requires=[
64-
'azure-common',
64+
'azure-common>=1.1.0',
6565
'azure-mgmt-nspkg',
66-
'msrestazure'
66+
'msrestazure>=0.1.0'
6767
],
6868
)

azure-mgmt-cdn/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-cdn',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure CDN Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -61,8 +61,8 @@
6161
'azure.mgmt.cdn.operations',
6262
],
6363
install_requires=[
64-
'azure-common',
64+
'azure-common>=1.1.0',
6565
'azure-mgmt-nspkg',
66-
'msrestazure'
66+
'msrestazure>=0.1.0'
6767
],
6868
)

azure-mgmt-compute/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-compute',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Compute Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -62,7 +62,7 @@
6262
],
6363
install_requires=[
6464
'azure-mgmt-nspkg',
65-
'azure-common',
66-
'msrestazure'
65+
'azure-common>=1.1.0',
66+
'msrestazure>=0.1.0'
6767
],
6868
)

azure-mgmt-logic/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-logic',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Logic Apps Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -61,8 +61,8 @@
6161
'azure.mgmt.logic.operations',
6262
],
6363
install_requires=[
64-
'azure-common',
64+
'azure-common>=1.1.0',
6565
'azure-mgmt-nspkg',
66-
'msrestazure'
66+
'msrestazure>=0.1.0'
6767
],
6868
)

azure-mgmt-network/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-network',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Network Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -62,7 +62,7 @@
6262
],
6363
install_requires=[
6464
'azure-mgmt-nspkg',
65-
'azure-common',
66-
'msrestazure'
65+
'azure-common>=1.1.0',
66+
'msrestazure>=0.1.0'
6767
],
6868
)

azure-mgmt-notificationhubs/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-notificationhubs',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Notification Hubs Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -61,8 +61,8 @@
6161
'azure.mgmt.notificationhubs.operations',
6262
],
6363
install_requires=[
64-
'azure-common',
64+
'azure-common>=1.1.0',
6565
'azure-mgmt-nspkg',
66-
'msrestazure'
66+
'msrestazure>=0.1.0'
6767
],
6868
)

azure-mgmt-redis/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt-redis',
37-
version='0.30.0a1',
37+
version='0.30.0rc1',
3838
description='Microsoft Azure Redis Cache Resource Management Client Library for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -61,8 +61,8 @@
6161
'azure.mgmt.redis.operations',
6262
],
6363
install_requires=[
64-
'azure-common',
64+
'azure-common>=1.1.0',
6565
'azure-mgmt-nspkg',
66-
'msrestazure'
66+
'msrestazure>=0.1.0'
6767
],
6868
)

0 commit comments

Comments
 (0)