Skip to content

Commit b505e36

Browse files
committed
0.6.10
1 parent 5818917 commit b505e36

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

README.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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**

msrest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# --------------------------------------------------------------------------
2626

2727
#: version of this package. Use msrest.__version__ instead
28-
msrest_version = "0.6.9"
28+
msrest_version = "0.6.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
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"),

0 commit comments

Comments
 (0)