keystoneauth/releasenotes/notes/version-between-b4b0bcf4cecfb9e4.yaml
Monty Taylor 9e45781eab
Expose version_between as a real function
We expose version_to_string and version_match but not version_between.
openstacksdk would really like to use version_between too for matching
microversion suitability. Turn it in to a public function.

Change-Id: I710f9e1441f4caeb9bd9830f9d4a3398a71249ec
2018-05-15 15:11:12 -05:00

6 lines
168 B
YAML

---
features:
- |
Exposed ``keystoneauth1.discover.version_between`` as a public function
that can be used to determine if a given version is within a range.