Skip to content

Commit

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

2020-06-04 Version 0.6.15
+++++++++++++++++++++++++

**Bugfixes**

- Fix RFC regression introduced in 0.6.14 (RFC parse date are no longer pickable) #208
- Fix XML parsing with namespaces #206

Thanks to ivanst0 for the contribution


2020-05-18 Version 0.6.14
+++++++++++++++++++++++++

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.14"
msrest_version = "0.6.15"
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.14',
version='0.6.15',
author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"),
Expand Down

0 comments on commit 8254946

Please sign in to comment.