Closed JosephHobbs closed 8 months ago
@JosephHobbs
I think they should be in sync. Are you seeing a mismatch? I am not sure if I understood this correctly.
The mismatch in 2019-12 was v6.9.1 -> 1.5.0.
# pip install git+https://github.com/vmware/vsphere-automation-sdk-python.git@v7.0.3.0
# pip list | grep vSp
vSphere-Automation-SDK 1.69.0
Is the git tag intentionally not aligned with the pip-reported version?
The installed versions match the version listed from pip
While installing the SDK for Python I noticed that the 'release' version here (v6.9.1) does not match the version reported via pip (1.5.0). Is this intentional?
contents of setup.py within tag v6.9.1.
Should these versions be kept in sync?
Thanks!