Closed akaszynski closed 4 years ago
Ran into an issue whereby I couldn't compare a development version. For example:
assert scooby.meets_version('0.28.0dev0', '0.25.2')
This PR no automatically converts any non-numeric value to a 0 for the purpose of comparison.
0
Ran into an issue whereby I couldn't compare a development version. For example:
This PR no automatically converts any non-numeric value to a
0
for the purpose of comparison.