Skip to content

Commit

Permalink
Merge pull request #147 from huguesv/readme08
Browse files Browse the repository at this point in the history
Update version for public release.
  • Loading branch information
huguesv committed Mar 31, 2014
2 parents 2320e08 + 02ae95f commit dee8f56
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.txt
@@ -1,6 +1,8 @@
XXXX-XX-XX Version 0.8.0pr2 (not yet released)
2014-03-31 Version 0.8.0
* Existing service management API now targets x-ms-version 2013-06-01
* Fixes for bugs:
#145 Missing DataVirtualHardDisks in Cloud Service Properties
#144 Added configuration sets for role and added list virtual network function
#139 How to start "Deallocated" role
#127 Add WinRM options to create_virtual_machine_deployment()
#131 Missing role instance endpoint in get_deployment_by_X
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ to host Python applications on Windows Azure, please see the
[Windows Azure](http://www.windowsazure.com/en-us/develop/python/)
Python Developer Center.

The SDK supports Python 2.7, 3.3, 3.4.

# Features

* Tables
Expand Down
4 changes: 3 additions & 1 deletion azure/azure.pyproj
Expand Up @@ -18,7 +18,7 @@
<InterpreterPath />
<InterpreterArguments />
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<InterpreterVersion>3.4</InterpreterVersion>
<SccProjectName>SAK</SccProjectName>
<SccProvider>SAK</SccProvider>
<SccAuxPath>SAK</SccAuxPath>
Expand Down Expand Up @@ -61,8 +61,10 @@
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.3" />
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.4" />
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.3" />
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.4" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -30,19 +30,20 @@
# python setup.py sdist upload

setup(name='azure',
version='0.8.0pr2',
version='0.8.0',
description='Windows Azure client APIs',
license='Apache License 2.0',
author='Microsoft Corporation',
author_email='ptvshelp@microsoft.com',
url='https://github.com/WindowsAzure/azure-sdk-for-python',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'License :: OSI Approved :: Apache Software License'],
packages=['azure',
'azure.http',
Expand Down
4 changes: 3 additions & 1 deletion tests/azuretests.pyproj
Expand Up @@ -20,7 +20,7 @@
<ClusterTargetPlatform>X86</ClusterTargetPlatform>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<InterpreterVersion>3.4</InterpreterVersion>
<SearchPath>..\</SearchPath>
<SccProjectName>$/TCWCS/Python/Open_Source/Feature/azure/tests</SccProjectName>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
Expand Down Expand Up @@ -71,8 +71,10 @@
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.3" />
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.4" />
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.3" />
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.4" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down

0 comments on commit dee8f56

Please sign in to comment.