Skip to content

Commit

Permalink
Increment version and add change log for azure==1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesv committed Oct 2, 2015
1 parent 2803e01 commit 80036e5
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 16 deletions.
16 changes: 16 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2015-10-02 Version 1.0.2

azure-mgmt-network 0.20.1
* Fix retry timeout default value for long running operations

azure-mgmt-resource 0.20.1
* Add missing model class ResourceIdentity
* Add documentation examples for generic resource creation and deployment
using JSON templates

azure-storage 0.20.2
* Fix SAS encoding to work with premium storage

Thank you to aarsan, trondhindenes for their contributions.


2015-09-14 Version 1.0.1

* Use requests library by default in all libraries
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-network/azure/mgmt/network/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#--------------------------------------------------------------------------

__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
__version__ = '0.20.0'
__version__ = '0.20.1'

from .networkresourceprovider import *
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.20.0',
version='0.20.1',
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-resource/azure/mgmt/resource/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#--------------------------------------------------------------------------

__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
__version__ = '0.20.0'
__version__ = '0.20.1'

from .resourcemanagement import *
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.20.0',
version='0.20.1',
description='Microsoft Azure Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
4 changes: 2 additions & 2 deletions azure-mgmt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ This version of the Azure Management package bundle consists of the
following packages. Follow the links for more information on each package.

- `azure-mgmt-compute v0.20.0 <https://pypi.python.org/pypi/azure-mgmt-compute/0.20.0>`__
- `azure-mgmt-network v0.20.0 <https://pypi.python.org/pypi/azure-mgmt-network/0.20.0>`__
- `azure-mgmt-resource v0.20.0 <https://pypi.python.org/pypi/azure-mgmt-resource/0.20.0>`__
- `azure-mgmt-network v0.20.1 <https://pypi.python.org/pypi/azure-mgmt-network/0.20.1>`__
- `azure-mgmt-resource v0.20.1 <https://pypi.python.org/pypi/azure-mgmt-resource/0.20.1>`__
- `azure-mgmt-storage v0.20.0 <https://pypi.python.org/pypi/azure-mgmt-storage/0.20.0>`__

Note that if you don't need all of these packages, you can install/uninstall them individually.
Expand Down
6 changes: 3 additions & 3 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.20.0',
version='0.20.1',
description='Microsoft Azure Resource Management Client Libraries for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -54,8 +54,8 @@
zip_safe=False,
install_requires=[
'azure-mgmt-compute==0.20.0',
'azure-mgmt-network==0.20.0',
'azure-mgmt-resource==0.20.0',
'azure-mgmt-network==0.20.1',
'azure-mgmt-resource==0.20.1',
'azure-mgmt-storage==0.20.0',
],
)
4 changes: 2 additions & 2 deletions azure/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.20.0 <https://pypi.python.org/pypi/azure-mgmt/0.20.0>`__
- `azure-mgmt v0.20.1 <https://pypi.python.org/pypi/azure-mgmt/0.20.1>`__
- `azure-servicebus v0.20.1 <https://pypi.python.org/pypi/azure-servicebus/0.20.1>`__
- `azure-servicemanagement-legacy v0.20.1 <https://pypi.python.org/pypi/azure-servicemanagement-legacy/0.20.1>`__
- `azure-storage v0.20.1 <https://pypi.python.org/pypi/azure-storage/0.20.1>`__
- `azure-storage v0.20.2 <https://pypi.python.org/pypi/azure-storage/0.20.2>`__

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

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='1.0.1',
version='1.0.2',
description='Microsoft Azure Client Libraries for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -54,9 +54,9 @@
],
zip_safe=False,
install_requires=[
'azure-mgmt==0.20.0',
'azure-mgmt==0.20.1',
'azure-servicebus==0.20.1',
'azure-storage==0.20.1',
'azure-storage==0.20.2',
'azure-servicemanagement-legacy==0.20.1',
],
)
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.1'
version = '1.0.2'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.0.2'

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

0 comments on commit 80036e5

Please sign in to comment.