Skip to content

Commit 53ffca0

Browse files
committed
Update to 2.0.0RC5 / 0.30.0RC5
1 parent 5e5742d commit 53ffca0

File tree

8 files changed

+45
-45
lines changed

8 files changed

+45
-45
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ INSTALLATION
3131

3232
- Use the ``--pre`` flag: ``pip install --pre azure``
3333

34-
- Specify the version: ``pip install azure==2.0.0rc3``
34+
- Specify the version: ``pip install azure==2.0.0rc5``
3535

3636
If you want to install ``azure`` from source::
3737

azure-mgmt/README.rst

+14-14
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ Features
3939
This version of the Azure Management package bundle consists of the
4040
following packages. Follow the links for more information on each package.
4141

42-
- `azure-mgmt-authorization v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-authorization/0.30.0rc4>`__
43-
- `azure-mgmt-batch v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-batch/0.30.0rc4>`__
44-
- `azure-mgmt-cdn v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-cdn/0.30.0rc4>`__
45-
- `azure-mgmt-cognitiveservices v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-cognitiveservices/0.30.0rc4>`__
46-
- `azure-mgmt-compute v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-compute/0.30.0rc4>`__
47-
- `azure-mgmt-logic v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-logic/0.30.0rc4>`__
48-
- `azure-mgmt-network v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-network/0.30.0rc4>`__
49-
- `azure-mgmt-notificationhubs v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-notificationhubs/0.30.0rc4>`__
50-
- `azure-mgmt-powerbiembedded v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-powerbiembedded/0.30.0rc4>`__
51-
- `azure-mgmt-redis v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-redis/0.30.0rc4>`__
52-
- `azure-mgmt-resource v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-resource/0.30.0rc4>`__
53-
- `azure-mgmt-scheduler v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-scheduler/0.30.0rc4>`__
54-
- `azure-mgmt-storage v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-storage/0.30.0rc4>`__
55-
- `azure-mgmt-web v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt-web/0.30.0rc4>`__
42+
- `azure-mgmt-authorization v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-authorization/0.30.0rc5>`__
43+
- `azure-mgmt-batch v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-batch/0.30.0rc5>`__
44+
- `azure-mgmt-cdn v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-cdn/0.30.0rc5>`__
45+
- `azure-mgmt-cognitiveservices v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-cognitiveservices/0.30.0rc5>`__
46+
- `azure-mgmt-compute v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-compute/0.30.0rc5>`__
47+
- `azure-mgmt-logic v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-logic/0.30.0rc5>`__
48+
- `azure-mgmt-network v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-network/0.30.0rc5>`__
49+
- `azure-mgmt-notificationhubs v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-notificationhubs/0.30.0rc5>`__
50+
- `azure-mgmt-powerbiembedded v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-powerbiembedded/0.30.0rc5>`__
51+
- `azure-mgmt-redis v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-redis/0.30.0rc5>`__
52+
- `azure-mgmt-resource v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-resource/0.30.0rc5>`__
53+
- `azure-mgmt-scheduler v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-scheduler/0.30.0rc5>`__
54+
- `azure-mgmt-storage v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-storage/0.30.0rc5>`__
55+
- `azure-mgmt-web v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt-web/0.30.0rc5>`__
5656

5757
Note that if you don't need all of these packages, you can install/uninstall them individually.
5858

azure-mgmt/setup.py

+16-16
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='azure-mgmt',
37-
version='0.30.0rc4',
37+
version='0.30.0rc5',
3838
description='Microsoft Azure Resource Management Client Libraries for Python',
3939
long_description=open('README.rst', 'r').read(),
4040
license='Apache License 2.0',
@@ -54,20 +54,20 @@
5454
],
5555
zip_safe=False,
5656
install_requires=[
57-
'azure-mgmt-authorization==0.30.0rc4',
58-
'azure-mgmt-batch==0.30.0rc4',
59-
'azure-mgmt-cdn==0.30.0rc4',
60-
'azure-mgmt-cognitiveservices==0.30.0rc4',
61-
'azure-mgmt-commerce==0.30.0rc4',
62-
'azure-mgmt-compute==0.30.0rc4',
63-
'azure-mgmt-logic==0.30.0rc4',
64-
'azure-mgmt-network==0.30.0rc4',
65-
'azure-mgmt-notificationhubs==0.30.0rc4',
66-
'azure-mgmt-powerbiembedded==0.30.0rc4',
67-
'azure-mgmt-redis==0.30.0rc4',
68-
'azure-mgmt-resource==0.30.0rc4',
69-
'azure-mgmt-scheduler==0.30.0rc4',
70-
'azure-mgmt-storage==0.30.0rc4',
71-
'azure-mgmt-web==0.30.0rc4',
57+
'azure-mgmt-authorization==0.30.0rc5',
58+
'azure-mgmt-batch==0.30.0rc5',
59+
'azure-mgmt-cdn==0.30.0rc5',
60+
'azure-mgmt-cognitiveservices==0.30.0rc5',
61+
'azure-mgmt-commerce==0.30.0rc5',
62+
'azure-mgmt-compute==0.30.0rc5',
63+
'azure-mgmt-logic==0.30.0rc5',
64+
'azure-mgmt-network==0.30.0rc5',
65+
'azure-mgmt-notificationhubs==0.30.0rc5',
66+
'azure-mgmt-powerbiembedded==0.30.0rc5',
67+
'azure-mgmt-redis==0.30.0rc5',
68+
'azure-mgmt-resource==0.30.0rc5',
69+
'azure-mgmt-scheduler==0.30.0rc5',
70+
'azure-mgmt-storage==0.30.0rc5',
71+
'azure-mgmt-web==0.30.0rc5',
7272
],
7373
)

azure/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Features
1515
This version of the Azure package bundle consists of the following
1616
packages. Follow the links for more information on each package.
1717

18-
- `azure-mgmt v0.30.0rc4 <https://pypi.python.org/pypi/azure-mgmt/0.30.0rc4>`__
19-
- `azure-graphrbac v0.30.0rc4 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0rc4>`__
20-
- `azure-batch v0.30.0rc4 <https://pypi.python.org/pypi/azure-batch/0.30.0rc4>`__
18+
- `azure-mgmt v0.30.0rc5 <https://pypi.python.org/pypi/azure-mgmt/0.30.0rc5>`__
19+
- `azure-graphrbac v0.30.0rc5 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0rc5>`__
20+
- `azure-batch v0.30.0rc5 <https://pypi.python.org/pypi/azure-batch/0.30.0rc5>`__
2121
- `azure-servicebus v0.20.1 <https://pypi.python.org/pypi/azure-servicebus/0.20.1>`__
2222
- `azure-servicemanagement-legacy v0.20.3 <https://pypi.python.org/pypi/azure-servicemanagement-legacy/0.20.3>`__
2323
- `azure-storage v0.30.0 <https://pypi.python.org/pypi/azure-storage/0.30.0>`__

azure/setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='azure',
38-
version='2.0.0rc4',
38+
version='2.0.0rc5',
3939
description='Microsoft Azure Client Libraries for Python',
4040
long_description=open('README.rst', 'r').read(),
4141
license='Apache License 2.0',
@@ -55,9 +55,9 @@
5555
],
5656
zip_safe=False,
5757
install_requires=[
58-
'azure-mgmt==0.30.0rc4',
59-
'azure-batch==0.30.0rc4',
60-
'azure-graphrbac==0.30.0rc4',
58+
'azure-mgmt==0.30.0rc5',
59+
'azure-batch==0.30.0rc5',
60+
'azure-graphrbac==0.30.0rc5',
6161
'azure-servicebus==0.20.1',
6262
'azure-storage==0.32.0',
6363
'azure-servicemanagement-legacy==0.20.3',

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '2.0.0rc4'
62+
version = '2.0.0rc5'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '2.0.0 RC4'
64+
release = '2.0.0 RC5'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Installation:
88

99
- Use the ``--pre`` flag: ``pip install --pre azure``
1010

11-
- Specify the version: ``pip install azure==2.0.0rc4``
11+
- Specify the version: ``pip install azure==2.0.0rc5``
1212

1313
If you want to install ``azure`` from source::
1414

Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
adal
2-
azure-mgmt-compute==0.30.0rc4
3-
azure-mgmt-network==0.30.0rc4
4-
azure-mgmt-storage==0.30.0rc4
5-
azure-mgmt-resource==0.30.0rc4
2+
azure-mgmt-compute==0.30.0rc5
3+
azure-mgmt-network==0.30.0rc5
4+
azure-mgmt-storage==0.30.0rc5
5+
azure-mgmt-resource==0.30.0rc5
66
azure-storage==0.20.2
77
Flask<1
88
python-dateutil

0 commit comments

Comments
 (0)