Open funkyfuture opened 6 years ago
PEP 440 allows version strings like this: 0.1b2.dev3. it would be neat to have the Version class and the validate function would support these when passed an option to parse with regards to that syntax.
0.1b2.dev3
Version
validate
PEP 440 allows version strings like this:
0.1b2.dev3
. it would be neat to have theVersion
class and thevalidate
function would support these when passed an option to parse with regards to that syntax.