File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ To install:
20
20
Release History
21
21
---------------
22
22
23
+ 2017-03-06 Version 0.4.6
24
+ ++++++++++++++++++++++++
25
+
26
+ **Bugfixes **
27
+
28
+ - Allow Model sub-classes to be serialized if type is "object"
29
+
23
30
2017-02-13 Version 0.4.5
24
31
++++++++++++++++++++++++
25
32
Original file line number Diff line number Diff line change 51
51
52
52
# General information about the project.
53
53
project = u'msrest'
54
- copyright = u'2016, Microsoft'
54
+ copyright = u'2016-2017 , Microsoft'
55
55
56
56
# The version info for the project you're documenting, acts as replacement for
57
57
# |version| and |release|, also used in various other places throughout the
58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '0.4.4 '
61
+ version = '0.4.6 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.4.4 '
63
+ release = '0.4.6 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 25
25
# --------------------------------------------------------------------------
26
26
27
27
28
- msrest_version = "0.4.5 "
28
+ msrest_version = "0.4.6 "
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'msrest' ,
31
- version = '0.4.5 ' ,
31
+ version = '0.4.6 ' ,
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