-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to update new vSphere release 67U3 (#835)
* Resolved conflicts * Updated README as per review comments. * Updated README in Python Support section * Updated README as per review comments.
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pgbidkar
Author
Contributor
|
||
description='VMware vSphere Python SDK', | ||
# NOTE: pypi prefers the use of RST to render docs | ||
long_description=read('README.rst'), | ||
|
@@ -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', | ||
|
Nice! @pgbidkar, do you have an ETA for the release?