File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 33* .egg-info
44.tox
55test /.coverage
6+ * .pyc
Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ To install:
2020 Release History
2121---------------
2222
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+
23372016-09-14 Version 0.4.4
2438++++++++++++++++++++++++
2539
Original file line number Diff line number Diff line change 2525# --------------------------------------------------------------------------
2626
2727
28- msrest_version = "0.4.4 "
28+ msrest_version = "0.4.5 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.4.4 ' ,
31+ version = '0.4.5 ' ,
3232 author = 'Microsoft Corporation' ,
3333 packages = ['msrest' ],
3434 url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments