renovate/lib/versioning/pep440
2020-05-14 10:16:50 +02:00
..
index.spec.ts fix(pep440): accept versions without == prefix (#6185) 2020-05-09 07:30:52 +02:00
index.ts fix(pep440): add isVersion check before equals 2020-05-14 10:16:50 +02:00
range.ts fix(pep440): accept versions without == prefix (#6185) 2020-05-09 07:30:52 +02:00
readme.md docs: improve versioning docs 2020-02-17 23:02:00 +01:00

PEP 440 is defined as part of the Python project, and its versioning is independent of others such as SemVer.

Ranges are supported using the syntax defined as part of the PEP440 spec.