Skip to content

Commit 76a4149

Browse files
committed
0.6.18
1 parent 0d1b20b commit 76a4149

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ To install:
2020
Release History
2121
---------------
2222

23+
2020-07-27 Version 0.6.18
24+
+++++++++++++++++++++++++
25+
26+
**Features**
27+
28+
- Add support for attributes/text in the same XML node #218
29+
30+
2331
2020-06-25 Version 0.6.17
2432
+++++++++++++++++++++++++
2533

msrest/version.py

+1-1
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.17"
28+
msrest_version = "0.6.18"

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