File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,22 @@ To install:
2020 Release History
2121---------------
2222
23- 2019-07-24 Versopm 0.6.9
23+ 2019-09-04 Version 0.6.10
24+ +++++++++++++++++++++++++
25+
26+ **Features **
27+
28+ - XML mode now supports OpenAPI additional properties # 174
29+
30+ **Bugfixes **
31+
32+ - Accept "is_xml" kwargs to force XML serialization #178
33+ - Disable XML deserialization if received element is not an ElementTree #178
34+ - A "null" enum deserialize as None, and not "None" anymore #173
35+ - Fix some UTF8 encoding issue in Python 2.7 and XML mode #172
36+
37+
38+ 2019-07-24 Version 0.6.9
2439++++++++++++++++++++++++
2540
2641**Features **
Original file line number Diff line number Diff line change 2525# --------------------------------------------------------------------------
2626
2727#: version of this package. Use msrest.__version__ instead
28- msrest_version = "0.6.9 "
28+ msrest_version = "0.6.10 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.6.9 ' ,
31+ version = '0.6.10 ' ,
3232 author = 'Microsoft Corporation' ,
3333 packages = find_packages (exclude = ["tests" , "tests.*" ]),
3434 url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments