renovate/lib/versioning/pep440
2021-02-18 10:04:43 +01:00
..
index.spec.ts fix(poetry): wrong version parts extraction (#8742) 2021-02-18 10:04:43 +01:00
index.ts chore(deps): update dependency eslint-config-prettier to v7 (#7940) 2020-12-11 09:35:56 +01:00
range.ts refactor: toVersion -> newVersion (#8711) 2021-02-16 12:33:44 +01: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.