diff --git a/README.md b/README.md index 2a0475ab..bfbcbe37 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Vi NSX-T 2.2, 2.3, 3.0 and VMC 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.14, 1.15, 1.16, 1.17, 1.18 ## Latest VMware Cloud on AWS Release: -VMC M17 +VMC M18 (1.18) ([Release Notes](https://docs.vmware.com/en/VMware-Cloud-on-AWS/0/rn/vmc-on-aws-relnotes.html)) ## Quick Start Guide diff --git a/lib/vmc-client-bindings/index.html b/lib/vmc-client-bindings/index.html index 8a921d09..95e84349 100644 --- a/lib/vmc-client-bindings/index.html +++ b/lib/vmc-client-bindings/index.html @@ -1 +1 @@ -vmc_client_bindings-1.58.0-py2.py3-none-any.whl
+vmc_client_bindings-1.59.0-py2.py3-none-any.whl
diff --git a/lib/vmc-client-bindings/vmc_client_bindings-1.58.0-py2.py3-none-any.whl b/lib/vmc-client-bindings/vmc_client_bindings-1.59.0-py2.py3-none-any.whl similarity index 65% rename from lib/vmc-client-bindings/vmc_client_bindings-1.58.0-py2.py3-none-any.whl rename to lib/vmc-client-bindings/vmc_client_bindings-1.59.0-py2.py3-none-any.whl index d6f4ebc8..4ecd244a 100644 Binary files a/lib/vmc-client-bindings/vmc_client_bindings-1.58.0-py2.py3-none-any.whl and b/lib/vmc-client-bindings/vmc_client_bindings-1.59.0-py2.py3-none-any.whl differ diff --git a/setup.py b/setup.py index 17b8e5cd..a4f7c109 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from setuptools import setup setup(name='vSphere Automation SDK', - version='1.75.0', + version='1.76.0', description='VMware vSphere Automation SDK for Python', url='https://github.com/vmware/vsphere-automation-sdk-python', author='VMware, Inc.', @@ -17,7 +17,7 @@ setup(name='vSphere Automation SDK', 'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.34.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.8.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.34.0-py2.py3-none-any.whl'.format(os.getcwd()), - 'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.58.0-py2.py3-none-any.whl'.format(os.getcwd()), + 'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.59.0-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-3.1.5.0.0-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.1.5.0.0-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.1.5.0.0-py2.py3-none-any.whl'.format(os.getcwd()),