From 3eca86fb87b46246eaf7fa59985f11a0ba033871 Mon Sep 17 00:00:00 2001 From: tianhao he Date: Fri, 22 Apr 2016 17:02:12 -0700 Subject: [PATCH] Update version number in setup.py to meet PEP 0440 standard --- README.rst | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cca99ec..b6fd997 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: https://travis-ci.org/vmware/pyvmomi.svg?branch=v6.0.0-2016.4 +.. 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,7 +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.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 @@ -71,8 +71,8 @@ simultaneously with the *GA* version of vSphere with the same version number. Releases ======== -* `6.0.0-2016.4 `_ - release notes https://github.com/vmware/pyvmomi/releases/tag/v6.0.0-2016.4 +* `6.0.0.2016.4 `_ + release notes https://github.com/vmware/pyvmomi/releases/tag/v6.0.0.2016.4 * `6.0.0 `_ release notes https://github.com/vmware/pyvmomi/releases/tag/v6.0.0 * `5.5.0-2014.1.1 `_ diff --git a/setup.py b/setup.py index 19e56ee..ff49421 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ with open('test-requirements.txt') as f: setup( name='pyvmomi', - version='6.0.0-2016.4-DEVELOPMENT', + version='6.0.0.2016.4.dev0', description='VMware vSphere Python SDK', # NOTE: pypi prefers the use of RST to render docs long_description=read('README.rst'),