Skip to content

Commit

Permalink
msrest 0.4.3 + msrestazure 0.4.2 (Azure#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored and tbombach committed Sep 2, 2016
1 parent 64bf663 commit 2416e55
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/client/Python/msrest/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.0'
version = '0.4.3'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.4.3'

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


msrest_version = "0.4.2"
msrest_version = "0.4.3"
7 changes: 7 additions & 0 deletions src/client/Python/msrest/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ To install:
Release History
---------------

2016-09-01 Version 0.4.3
++++++++++++++++++++++++

**Bugfixes**

- Better exception message (https://github.com/Azure/autorest/pull/1300)

2016-08-15 Version 0.4.2
++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/client/Python/msrest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrest',
version='0.4.2',
version='0.4.3',
author='Microsoft Corporation',
packages=['msrest'],
url=("https://github.com/xingwu1/autorest/tree/python/"
Expand Down
4 changes: 2 additions & 2 deletions src/client/Python/msrestazure/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.1'
version = '0.4.2'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.4.2'

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

msrestazure_version = "0.4.1"
msrestazure_version = "0.4.2"
9 changes: 9 additions & 0 deletions src/client/Python/msrestazure/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ To install:
Release History
---------------

2016-09-01 Version 0.4.2
++++++++++++++++++++++++

**Bugfixes**

- Better exception message (https://github.com/Azure/autorest/pull/1300)

This version needs msrest >= 0.4.3

2016-06-08 Version 0.4.1
++++++++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions src/client/Python/msrestazure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='msrestazure',
version='0.4.1',
version='0.4.2',
author='Microsoft Corporation',
packages=['msrestazure'],
url=('https://github.com/xingwu1/autorest/tree/python/'
Expand All @@ -49,5 +49,5 @@
'License :: OSI Approved :: MIT License',
'Topic :: Software Development'],
install_requires=[
"msrest>=0.4.0"],
"msrest>=0.4.3"],
)

0 comments on commit 2416e55

Please sign in to comment.