Skip to content

Commit 028741f

Browse files
committed
msrest 0.5.2
1 parent 1c19601 commit 028741f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ To install:
2020
Release History
2121
---------------
2222

23+
2018-07-09 Version 0.5.2
24+
++++++++++++++++++++++++
25+
26+
**Features**
27+
28+
- deserialize/from_dict now accepts a content-type parameter to parse XML strings
29+
30+
**Bugfixes**
31+
32+
- Fix some complex XML Swagger definitions.
33+
34+
This release likely breaks already generated XML SDKs, that needs to be regenerated with autorest.python 3.0.58
35+
2336
2018-06-21 Version 0.5.1
2437
++++++++++++++++++++++++
2538

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '0.5.1'
65+
version = '0.5.2'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.5.1'
67+
release = '0.5.2'
6868

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

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.5.1"
28+
msrest_version = "0.5.2"

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.5.1',
31+
version='0.5.2',
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)