Skip to content

Commit 776744c

Browse files
committed
0.6.14
1 parent 2c707ac commit 776744c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ To install:
2020
Release History
2121
---------------
2222

23+
2020-05-18 Version 0.6.14
24+
+++++++++++++++++++++++++
25+
26+
**Bugfixes**
27+
28+
- Fix "from_dict" in some complex flattening scenario #204
29+
- Fix RFC date parsing if machine locale is not English #201
30+
31+
2332
2020-04-07 Version 0.6.13
2433
+++++++++++++++++++++++++
2534

msrest/version.py

Lines changed: 1 addition & 1 deletion
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.13"
28+
msrest_version = "0.6.14"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='msrest',
31-
version='0.6.13',
31+
version='0.6.14',
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)