Skip to content

Commit

Permalink
Prepare 2.0.0rc2 / 0.30.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Mar 23, 2016
1 parent 8f3de98 commit 39e21bb
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2016-03-29 Version 2.0.0 / 0.30.0
2016-03-29 Version 2.0.0rc2 / 0.30.0rc2

New:
* Latest Swagger update for CDN (minor fixes, documentation)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ INSTALLATION

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

- Specify the version: ``pip install azure==2.0.0rc1``
- Specify the version: ``pip install azure==2.0.0rc2``

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

Expand Down
2 changes: 1 addition & 1 deletion azure-graphrbac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-graphrbac',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Graph RBAC Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-authorization',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Authorization Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-cdn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-cdn',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure CDN Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-compute',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Compute Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-logic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-logic',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Logic Apps Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-network/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-network',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Network Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-notificationhubs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-notificationhubs',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Notification Hubs Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-redis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-redis',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Redis Cache Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-resource/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-resource',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-scheduler',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Scheduler Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-storage',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Storage Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-web',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Web Apps Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
22 changes: 11 additions & 11 deletions azure-mgmt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ Features
This version of the Azure Management package bundle consists of the
following packages. Follow the links for more information on each package.

- `azure-mgmt-authorization v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-authorization/0.30.0rc1>`__
- `azure-mgmt-cdn v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-cdn/0.30.0rc1>`__
- `azure-mgmt-compute v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-compute/0.30.0rc1>`__
- `azure-mgmt-logic v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-logic/0.30.0rc1>`__
- `azure-mgmt-network v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-network/0.30.0rc1>`__
- `azure-mgmt-notificationhubs v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-notificationhubs/0.30.0rc1>`__
- `azure-mgmt-redis v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-redis/0.30.0rc1>`__
- `azure-mgmt-resource v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-resource/0.30.0rc1>`__
- `azure-mgmt-scheduler v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-scheduler/0.30.0rc1>`__
- `azure-mgmt-storage v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-storage/0.30.0rc1>`__
- `azure-mgmt-web v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-web/0.30.0rc1>`__
- `azure-mgmt-authorization v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-authorization/0.30.0rc2>`__
- `azure-mgmt-cdn v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-cdn/0.30.0rc2>`__
- `azure-mgmt-compute v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-compute/0.30.0rc2>`__
- `azure-mgmt-logic v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-logic/0.30.0rc2>`__
- `azure-mgmt-network v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-network/0.30.0rc2>`__
- `azure-mgmt-notificationhubs v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-notificationhubs/0.30.0rc2>`__
- `azure-mgmt-redis v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-redis/0.30.0rc2>`__
- `azure-mgmt-resource v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-resource/0.30.0rc2>`__
- `azure-mgmt-scheduler v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-scheduler/0.30.0rc2>`__
- `azure-mgmt-storage v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-storage/0.30.0rc2>`__
- `azure-mgmt-web v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt-web/0.30.0rc2>`__

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

Expand Down
24 changes: 12 additions & 12 deletions azure-mgmt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt',
version='0.30.0rc1',
version='0.30.0rc2',
description='Microsoft Azure Resource Management Client Libraries for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -54,16 +54,16 @@
],
zip_safe=False,
install_requires=[
'azure-mgmt-authorization==0.30.0rc1',
'azure-mgmt-cdn==0.30.0rc1',
'azure-mgmt-compute==0.30.0rc1',
'azure-mgmt-logic==0.30.0rc1',
'azure-mgmt-network==0.30.0rc1',
'azure-mgmt-notificationhubs==0.30.0rc1',
'azure-mgmt-redis==0.30.0rc1',
'azure-mgmt-resource==0.30.0rc1',
'azure-mgmt-scheduler==0.30.0rc1',
'azure-mgmt-storage==0.30.0rc1',
'azure-mgmt-web==0.30.0rc1',
'azure-mgmt-authorization==0.30.0rc2',
'azure-mgmt-cdn==0.30.0rc2',
'azure-mgmt-compute==0.30.0rc2',
'azure-mgmt-logic==0.30.0rc2',
'azure-mgmt-network==0.30.0rc2',
'azure-mgmt-notificationhubs==0.30.0rc2',
'azure-mgmt-redis==0.30.0rc2',
'azure-mgmt-resource==0.30.0rc2',
'azure-mgmt-scheduler==0.30.0rc2',
'azure-mgmt-storage==0.30.0rc2',
'azure-mgmt-web==0.30.0rc2',
],
)
4 changes: 2 additions & 2 deletions azure/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Features
This version of the Azure package bundle consists of the following
packages. Follow the links for more information on each package.

- `azure-mgmt v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt/0.30.0rc1>`__
- `azure-graphrbac v0.30.0rc1 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0rc1>`__
- `azure-mgmt v0.30.0rc2 <https://pypi.python.org/pypi/azure-mgmt/0.30.0rc2>`__
- `azure-graphrbac v0.30.0rc2 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0rc2>`__
- `azure-servicebus v0.20.1 <https://pypi.python.org/pypi/azure-servicebus/0.20.1>`__
- `azure-servicemanagement-legacy v0.20.2 <https://pypi.python.org/pypi/azure-servicemanagement-legacy/0.20.2>`__
- `azure-storage v0.30.0 <https://pypi.python.org/pypi/azure-storage/0.30.0>`__
Expand Down
6 changes: 3 additions & 3 deletions azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='azure',
version='2.0.0rc1',
version='2.0.0rc2',
description='Microsoft Azure Client Libraries for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -55,8 +55,8 @@
],
zip_safe=False,
install_requires=[
'azure-mgmt==0.30.0rc1',
'azure-graphrbac==0.30.0rc1',
'azure-mgmt==0.30.0rc2',
'azure-graphrbac==0.30.0rc2',
'azure-servicebus==0.20.1',
'azure-storage==0.30.0',
'azure-servicemanagement-legacy==0.20.2',
Expand Down
10 changes: 5 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']

intersphinx_mapping = {
'python': ('https://docs.python.org/3.5', None),
'msrestazure': ('http://msrestazure.readthedocs.org/en/latest/', None),
'msrest': ('http://msrest.readthedocs.org/en/latest/', None)
'python': ('https://docs.python.org/3.5', None),
'msrestazure': ('http://msrestazure.readthedocs.org/en/latest/', None),
'msrest': ('http://msrest.readthedocs.org/en/latest/', None)
}

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.0rc1'
version = '2.0.0rc2'
# The full version, including alpha/beta/rc tags.
release = '2.0.0 RC1'
release = '2.0.0 RC2'

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

0 comments on commit 39e21bb

Please sign in to comment.