Update new build specs.

This commit is contained in:
tianhao he 2016-04-20 14:29:14 -07:00
parent 3fa1beb1bc
commit 74fdade638
2 changed files with 6 additions and 4 deletions

@ -1,4 +1,4 @@
.. image:: https://travis-ci.org/vmware/pyvmomi.svg?branch=v5.5.0_2014.1
.. image:: https://travis-ci.org/vmware/pyvmomi.svg?branch=v6.0.0-2016.4
:target: https://travis-ci.org/vmware/pyvmomi
:alt: Build Status
@ -52,6 +52,7 @@ For general language neutral documentation of vSphere Management API see:
Python Support
==============
* pyVmomi 6.0.0-2016.4 and later support 2.7, 3.3 and 3.4
* pyVmomi 6.0.0 and later support 2.7, 3.3 and 3.4
* pyVmomi 5.5.0-2014.1 and 5.5.0-2014.1.1 support Python 2.6, 2.7, 3.3 and 3.4
* pyVmomi 5.5.0 and below support Python 2.6 and 2.7
@ -70,6 +71,8 @@ simultaneously with the *GA* version of vSphere with the same version number.
Releases
========
* `6.0.0-2016.4 <https://github.com/vmware/pyvmomi/tree/v6.0.0-2016.4>`_
release notes https://github.com/vmware/pyvmomi/releases/tag/v6.0.0-2016.4
* `6.0.0 <https://github.com/vmware/pyvmomi/tree/v6.0.0>`_
release notes https://github.com/vmware/pyvmomi/releases/tag/v6.0.0
* `5.5.0-2014.1.1 <https://github.com/vmware/pyvmomi/tree/v5.5.0-2014.1.1>`_

@ -1,5 +1,5 @@
# VMware vSphere Python SDK
# Copyright (c) 2009-2015 VMware, Inc. All Rights Reserved.
# Copyright (c) 2009-2016 VMware, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -29,7 +29,7 @@ with open('test-requirements.txt') as f:
setup(
name='pyvmomi',
version='5.5.0-DEVELOPMENT',
version='6.0.0-2016.4-DEVELOPMENT',
description='VMware vSphere Python SDK',
# NOTE: pypi prefers the use of RST to render docs
long_description=read('README.rst'),
@ -47,7 +47,6 @@ setup(
'Intended Audience :: Developers',
'Environment :: No Input/Output (Daemon)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',