CiscoUcs / ucsmsdk

Python SDK for Cisco UCSM
Other
80 stars 60 forks source link

Improve version handling to be on par with imcsdk #208

Closed vesposito closed 3 years ago

vesposito commented 3 years ago

imcsdk's version handling code has been improved over time to better support internal/engineering versions, but this has not been synced to ucsmsdk. This pull request fixes that. It also contains unit test for comparing versions.