File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ To install:
20
20
Release History
21
21
---------------
22
22
23
+ 2020-06-04 Version 0.6.15
24
+ +++++++++++++++++++++++++
25
+
26
+ **Bugfixes **
27
+
28
+ - Fix RFC regression introduced in 0.6.14 (RFC parse date are no longer pickable) #208
29
+ - Fix XML parsing with namespaces #206
30
+
31
+ Thanks to ivanst0 for the contribution
32
+
33
+
23
34
2020-05-18 Version 0.6.14
24
35
+++++++++++++++++++++++++
25
36
Original file line number Diff line number Diff line change 25
25
# --------------------------------------------------------------------------
26
26
27
27
#: version of this package. Use msrest.__version__ instead
28
- msrest_version = "0.6.14 "
28
+ msrest_version = "0.6.15 "
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'msrest' ,
31
- version = '0.6.14 ' ,
31
+ version = '0.6.15 ' ,
32
32
author = 'Microsoft Corporation' ,
33
33
packages = find_packages (exclude = ["tests" , "tests.*" ]),
34
34
url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments