Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ClientRuntimes/Python/msrest/msrest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# --------------------------------------------------------------------------


msrest_version = "0.1.0"
msrest_version = "0.1.1"
7 changes: 7 additions & 0 deletions ClientRuntimes/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-03-04 Version 0.1.1
++++++++++++++++++++++++

**Bugfixes**

- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/799)

2016-03-04 Version 0.1.0
+++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion ClientRuntimes/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.1.0',
version='0.1.1',
author='Microsoft Corporation',
packages=['msrest'],
url=("https://github.com/xingwu1/autorest/tree/python/"
Expand Down
2 changes: 1 addition & 1 deletion ClientRuntimes/Python/msrestazure/msrestazure/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#
# --------------------------------------------------------------------------

msrestazure_version = "0.1.0"
msrestazure_version = "0.1.1"
7 changes: 7 additions & 0 deletions ClientRuntimes/Python/msrestazure/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ To install:
Release History
---------------

2016-03-04 Version 0.1.1
++++++++++++++++++++++++

**Bugfixes**

- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/799)

2016-03-04 Version 0.1.0
++++++++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions ClientRuntimes/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.1.0',
version='0.1.1',
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.1.0"],
"msrest>=0.1.1"],
)