Skip to content

Commit 8254946

Browse files
committed
0.6.15
1 parent bfbb45f commit 8254946

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ To install:
2020
Release History
2121
---------------
2222

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+
2334
2020-05-18 Version 0.6.14
2435
+++++++++++++++++++++++++
2536

msrest/version.py

+1-1
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.14"
28+
msrest_version = "0.6.15"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

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