Skip to content

Commit 5c78216

Browse files
committed
msrest 0.4.6
1 parent 1eba0d4 commit 5c78216

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.rst

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

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+
2330
2017-02-13 Version 0.4.5
2431
++++++++++++++++++++++++
2532

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151

5252
# General information about the project.
5353
project = u'msrest'
54-
copyright = u'2016, Microsoft'
54+
copyright = u'2016-2017, Microsoft'
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.4.4'
61+
version = '0.4.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.4'
63+
release = '0.4.6'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

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.5"
28+
msrest_version = "0.4.6"

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

0 commit comments

Comments
 (0)