Skip to content

Commit

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

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

**Bugfixes**

- Fix "from_dict" in some complex flattening scenario #204
- Fix RFC date parsing if machine locale is not English #201


2020-04-07 Version 0.6.13
+++++++++++++++++++++++++

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

0 comments on commit 776744c

Please sign in to comment.