Currently we use %OZIBUILDVERSION% as the fallback_version argument to get_version. The setuptools-scm project soft deprecated get_version in 9.x as well as implementing version string parsing for the fallback version.
Proposed Solution
Use the string 0.0.0 for fallback_version. This should be fine as OZI doesn't consider 0.0.0 to be a valid version.
Currently we use %OZIBUILDVERSION% as the
fallback_versionargument toget_version. The setuptools-scm project soft deprecated get_version in 9.x as well as implementing version string parsing for the fallback version.Proposed Solution
Use the string 0.0.0 for fallback_version. This should be fine as OZI doesn't consider 0.0.0 to be a valid version.