Skip to content

Commit

Permalink
msrest 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Mar 6, 2017
1 parent 1eba0d4 commit 5c78216
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ To install:
Release History
---------------

2017-03-06 Version 0.4.6
++++++++++++++++++++++++

**Bugfixes**

- Allow Model sub-classes to be serialized if type is "object"

2017-02-13 Version 0.4.5
++++++++++++++++++++++++

Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@

# General information about the project.
project = u'msrest'
copyright = u'2016, Microsoft'
copyright = u'2016-2017, Microsoft'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.4.4'
version = '0.4.6'
# The full version, including alpha/beta/rc tags.
release = '0.4.4'
release = '0.4.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion msrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# --------------------------------------------------------------------------


msrest_version = "0.4.5"
msrest_version = "0.4.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrest',
version='0.4.5',
version='0.4.6',
author='Microsoft Corporation',
packages=['msrest'],
url=("https://github.com/Azure/msrest-for-python"),
Expand Down

0 comments on commit 5c78216

Please sign in to comment.