Closed nathandines closed 5 years ago
I would expect this to return False, but when comparing the versions mentioned in the title, I'm getting a True result. Is my interpretation of the rules incorrect, or is this a bug?
False
True
Example:
>>> semantic_version.match('~=1.1.0', '1.2.0-foobar') True
It's a bug, but should be now fixed in master — sorry for the long delay!
I would expect this to return
False
, but when comparing the versions mentioned in the title, I'm getting aTrue
result. Is my interpretation of the rules incorrect, or is this a bug?Example: