Skip to content

Commit f2319c8

Browse files
committed
Merge pull request #865 from lmazuel/msrest013-msrestazure012
msrest 0.1.3 - msrestazure 0.1.2
2 parents b321647 + 58648e9 commit f2319c8

File tree

8 files changed

+27
-9
lines changed

8 files changed

+27
-9
lines changed

ClientRuntimes/Python/msrest/doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.1.2'
60+
version = '0.1.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.1.2'
62+
release = '0.1.3'
6363

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

ClientRuntimes/Python/msrest/msrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# --------------------------------------------------------------------------
2626

2727

28-
msrest_version = "0.1.2"
28+
msrest_version = "0.1.3"

ClientRuntimes/Python/msrest/readme.rst

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ To install:
1515
Release History
1616
---------------
1717

18+
2016-03-21 Version 0.1.3
19+
++++++++++++++++++++++++
20+
21+
**Bugfixes**
22+
23+
- Deserialisation of generic resource if null in JSON (https://github.com/Azure/azure-sdk-for-python/issues/544)
24+
25+
1826
2016-03-14 Version 0.1.2
1927
++++++++++++++++++++++++
2028

ClientRuntimes/Python/msrest/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='msrest',
31-
version='0.1.2',
31+
version='0.1.3',
3232
author='Microsoft Corporation',
3333
packages=['msrest'],
3434
url=("https://github.com/xingwu1/autorest/tree/python/"

ClientRuntimes/Python/msrestazure/doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.1.1'
61+
version = '0.1.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.1.1'
63+
release = '0.1.2'
6464

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

ClientRuntimes/Python/msrestazure/msrestazure/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
#
2525
# --------------------------------------------------------------------------
2626

27-
msrestazure_version = "0.1.1"
27+
msrestazure_version = "0.1.2"

ClientRuntimes/Python/msrestazure/readme.rst

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ To install:
1515
Release History
1616
---------------
1717

18+
2016-03-21 Version 0.1.2
19+
++++++++++++++++++++++++
20+
21+
Update msrest dependency to 0.1.3
22+
23+
**Bugfixes**
24+
25+
- AzureOperationPoller.wait() failed to raise exception if query error (https://github.com/Azure/autorest/pull/856)
26+
27+
1828
2016-03-04 Version 0.1.1
1929
++++++++++++++++++++++++
2030

ClientRuntimes/Python/msrestazure/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='msrestazure',
31-
version='0.1.1',
31+
version='0.1.2',
3232
author='Microsoft Corporation',
3333
packages=['msrestazure'],
3434
url=('https://github.com/xingwu1/autorest/tree/python/'
@@ -49,5 +49,5 @@
4949
'License :: OSI Approved :: MIT License',
5050
'Topic :: Software Development'],
5151
install_requires=[
52-
"msrest>=0.1.1"],
52+
"msrest>=0.1.3"],
5353
)

0 commit comments

Comments
 (0)