Skip to content

Commit

Permalink
Changes to update new vSphere release 67U3 (#835)
Browse files Browse the repository at this point in the history
* Resolved conflicts

* Updated README as per review comments.

* Updated README in Python Support section

* Updated README as per review comments.
  • Loading branch information
pgbidkar authored Sep 5, 2019
1 parent a603efb commit 97d91fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 1 addition & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ For general language neutral documentation of vSphere Management API see:

Python Support
==============
* pyVmomi 6.7.1 supports 2.7, 3.3, 3.4, 3.5 & 3.6
* pyVmomi 6.7 supports 2.7, 3.3, 3.4, 3.5 & 3.6
* pyVmomi 6.5 supports 2.7, 3.3, 3.4 and 3.5
* 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
* pyVmomi supports 2.7.x and 3.3+

Compatibility Policy
====================
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VMware vSphere Python SDK
# Copyright (c) 2009-2018 VMware, Inc. All Rights Reserved.
# Copyright (c) 2009-2019 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.
Expand Down Expand Up @@ -29,7 +29,7 @@ def read(fname):

setup(
name='pyvmomi',
version='6.7.1.2018.12',
version='6.7.3',

This comment has been minimized.

Copy link
@goneri

goneri Sep 5, 2019

Contributor

Nice! @pgbidkar, do you have an ETA for the release?

This comment has been minimized.

Copy link
@pgbidkar

pgbidkar Sep 6, 2019

Author Contributor

Hi @goneri , Its released! pip install pyVmomi will install 6.7.3.

This comment has been minimized.

Copy link
@goneri

goneri Sep 6, 2019

Contributor

That's fabulous :-) thanks!

description='VMware vSphere Python SDK',
# NOTE: pypi prefers the use of RST to render docs
long_description=read('README.rst'),
Expand All @@ -53,6 +53,7 @@ def read(fname):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Distributed Computing',
'Operating System :: Microsoft :: Windows',
Expand Down

0 comments on commit 97d91fe

Please sign in to comment.