Skip to content

Commit

Permalink
Merge pull request Azure#865 from lmazuel/msrest013-msrestazure012
Browse files Browse the repository at this point in the history
msrest 0.1.3 - msrestazure 0.1.2
  • Loading branch information
devigned committed Mar 22, 2016
2 parents b321647 + 58648e9 commit f2319c8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ClientRuntimes/Python/msrest/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.2'
version = '0.1.3'
# The full version, including alpha/beta/rc tags.
release = '0.1.2'
release = '0.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ClientRuntimes/Python/msrest/msrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# --------------------------------------------------------------------------


msrest_version = "0.1.2"
msrest_version = "0.1.3"
8 changes: 8 additions & 0 deletions ClientRuntimes/Python/msrest/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ To install:
Release History
---------------

2016-03-21 Version 0.1.3
++++++++++++++++++++++++

**Bugfixes**

- Deserialisation of generic resource if null in JSON (https://github.com/Azure/azure-sdk-for-python/issues/544)


2016-03-14 Version 0.1.2
++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion ClientRuntimes/Python/msrest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrest',
version='0.1.2',
version='0.1.3',
author='Microsoft Corporation',
packages=['msrest'],
url=("https://github.com/xingwu1/autorest/tree/python/"
Expand Down
4 changes: 2 additions & 2 deletions ClientRuntimes/Python/msrestazure/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.1'
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.1'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ClientRuntimes/Python/msrestazure/msrestazure/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#
# --------------------------------------------------------------------------

msrestazure_version = "0.1.1"
msrestazure_version = "0.1.2"
10 changes: 10 additions & 0 deletions ClientRuntimes/Python/msrestazure/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ To install:
Release History
---------------

2016-03-21 Version 0.1.2
++++++++++++++++++++++++

Update msrest dependency to 0.1.3

**Bugfixes**

- AzureOperationPoller.wait() failed to raise exception if query error (https://github.com/Azure/autorest/pull/856)


2016-03-04 Version 0.1.1
++++++++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions ClientRuntimes/Python/msrestazure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrestazure',
version='0.1.1',
version='0.1.2',
author='Microsoft Corporation',
packages=['msrestazure'],
url=('https://github.com/xingwu1/autorest/tree/python/'
Expand All @@ -49,5 +49,5 @@
'License :: OSI Approved :: MIT License',
'Topic :: Software Development'],
install_requires=[
"msrest>=0.1.1"],
"msrest>=0.1.3"],
)

0 comments on commit f2319c8

Please sign in to comment.