Closed mcandre closed 1 year ago
Please treat missing major, minor, patch, and/or build values as zero. That's how the vast majority of real world version numbers work.
Have you taken a look at the Version.coerce() API?
Version.coerce()
>>> Version.coerce('1.2') Version('1.2.0')
Please treat missing major, minor, patch, and/or build values as zero. That's how the vast majority of real world version numbers work.