Skip to content

Commit d8c6be6

Browse files
committed
msrest 0.4.5
1 parent 03711c9 commit d8c6be6

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ venv*
33
*.egg-info
44
.tox
55
test/.coverage
6+
*.pyc

README.rst

+14
Original file line numberDiff line numberDiff 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+
2337
2016-09-14 Version 0.4.4
2438
++++++++++++++++++++++++
2539

msrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# --------------------------------------------------------------------------
2626

2727

28-
msrest_version = "0.4.4"
28+
msrest_version = "0.4.5"

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.4.4',
31+
version='0.4.5',
3232
author='Microsoft Corporation',
3333
packages=['msrest'],
3434
url=("https://github.com/Azure/msrest-for-python"),

0 commit comments

Comments
 (0)