HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
189 stars 92 forks source link

redfish.__version__ still refrences version 2.4.2 #69

Closed tijuca closed 5 years ago

tijuca commented 5 years ago

https://github.com/HewlettPackard/python-ilorest-library/blob/master/src/redfish/__init__.py#L4 still has a hardcode version string 2.4.2 which isn't reflecting the recent version 2.5.2.

KeepSummerSaf3 commented 5 years ago

Noted. The change will be appropriately updated in 3.0.0 and subsequent versions going forward.

tijuca commented 5 years ago

I've tried get the version in setup.py included from the init.py so the library version is only written and maintained in one place. But I'm unable to bring up a good enough patch for this.

Yergidy commented 5 years ago

This is fixed in the latest release: https://github.com/HewlettPackard/python-ilorest-library/releases/latest