File tree 8 files changed +27
-9
lines changed
8 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '0.1.2 '
60
+ version = '0.1.3 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '0.1.2 '
62
+ release = '0.1.3 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 25
25
# --------------------------------------------------------------------------
26
26
27
27
28
- msrest_version = "0.1.2 "
28
+ msrest_version = "0.1.3 "
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ To install:
15
15
Release History
16
16
---------------
17
17
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
+
18
26
2016-03-14 Version 0.1.2
19
27
++++++++++++++++++++++++
20
28
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'msrest' ,
31
- version = '0.1.2 ' ,
31
+ version = '0.1.3 ' ,
32
32
author = 'Microsoft Corporation' ,
33
33
packages = ['msrest' ],
34
34
url = ("https://github.com/xingwu1/autorest/tree/python/"
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '0.1.1 '
61
+ version = '0.1.2 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.1.1 '
63
+ release = '0.1.2 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 24
24
#
25
25
# --------------------------------------------------------------------------
26
26
27
- msrestazure_version = "0.1.1 "
27
+ msrestazure_version = "0.1.2 "
Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ To install:
15
15
Release History
16
16
---------------
17
17
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
+
18
28
2016-03-04 Version 0.1.1
19
29
++++++++++++++++++++++++
20
30
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'msrestazure' ,
31
- version = '0.1.1 ' ,
31
+ version = '0.1.2 ' ,
32
32
author = 'Microsoft Corporation' ,
33
33
packages = ['msrestazure' ],
34
34
url = ('https://github.com/xingwu1/autorest/tree/python/'
49
49
'License :: OSI Approved :: MIT License' ,
50
50
'Topic :: Software Development' ],
51
51
install_requires = [
52
- "msrest>=0.1.1 " ],
52
+ "msrest>=0.1.3 " ],
53
53
)
You can’t perform that action at this time.
0 commit comments