File tree 4 files changed +17
-2
lines changed
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 3
3
* .egg-info
4
4
.tox
5
5
test /.coverage
6
+ * .pyc
Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ To install:
20
20
Release History
21
21
---------------
22
22
23
+ 2017-02-13 Version 0.4.5
24
+ ++++++++++++++++++++++++
25
+
26
+ **Bugfixes **
27
+
28
+ - Fix polymorphic deserialization #11
29
+ - Fix regexp validation if '\\ w' is used in Python 2.7 #13
30
+ - Fix dict deserialization if keys are unicode in Python 2.7
31
+
32
+ **Improvements **
33
+
34
+ - Add polymorphic serialisation from dict objects
35
+ - Remove chardet and use HTTP charset declaration (fallback to utf8)
36
+
23
37
2016-09-14 Version 0.4.4
24
38
++++++++++++++++++++++++
25
39
Original file line number Diff line number Diff line change 25
25
# --------------------------------------------------------------------------
26
26
27
27
28
- msrest_version = "0.4.4 "
28
+ msrest_version = "0.4.5 "
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'msrest' ,
31
- version = '0.4.4 ' ,
31
+ version = '0.4.5 ' ,
32
32
author = 'Microsoft Corporation' ,
33
33
packages = ['msrest' ],
34
34
url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments