diff --git a/README.rst b/README.rst index 0d7a06c..fa6aacc 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,14 @@ To install: Release History --------------- +2020-07-27 Version 0.6.18 ++++++++++++++++++++++++++ + +**Features** + +- Add support for attributes/text in the same XML node #218 + + 2020-06-25 Version 0.6.17 +++++++++++++++++++++++++ diff --git a/msrest/version.py b/msrest/version.py index 123aa6d..fd662b1 100644 --- a/msrest/version.py +++ b/msrest/version.py @@ -25,4 +25,4 @@ # -------------------------------------------------------------------------- #: version of this package. Use msrest.__version__ instead -msrest_version = "0.6.17" +msrest_version = "0.6.18" diff --git a/setup.py b/setup.py index 69e6553..3bec24c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools import setup, find_packages setup( name='msrest', - version='0.6.17', + version='0.6.18', author='Microsoft Corporation', packages=find_packages(exclude=["tests", "tests.*"]), url=("https://github.com/Azure/msrest-for-python"),