python-semanticversion
python-semanticversion copied to clipboard
Equivalent of coerce for SimpleSpec ?
Hi, I got a :
ValueError: Invalid simple block '>=2017.09.19'
with semantic_version.SimpleSpec(">=2017.09.19")
(the leading zero being guilty).
Is there any way to deal with this case?
Thanks,
Camille