Skip to content

Commit

Permalink
0.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jun 25, 2020
1 parent 8f3cd1c commit 8152f22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ To install:
Release History
---------------

2020-06-25 Version 0.6.17
+++++++++++++++++++++++++

**Bugfixes**

- Fix XML and discriminator #214


2020-06-09 Version 0.6.16
+++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion msrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# --------------------------------------------------------------------------

#: version of this package. Use msrest.__version__ instead
msrest_version = "0.6.16"
msrest_version = "0.6.17"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrest',
version='0.6.16',
version='0.6.17',
author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"),
Expand Down

0 comments on commit 8152f22

Please sign in to comment.