renovate/lib/versioning/pep440
RahulGautamSingh 91f067b39f
fix: refactor regex to use re2 part3 (#12283)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-27 14:37:11 +00:00
..
index.spec.ts test(pep440): Refactor versioning scheme (#11930) 2021-09-28 14:14:51 +00:00
index.ts fix(versioning): null check constraint (#11471) 2021-08-30 10:06:55 +02:00
range.ts fix: refactor regex to use re2 part3 (#12283) 2021-10-27 14:37:11 +00: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.