renovate/lib/modules/versioning/pep440
Sebastian Poxhofer d0a6f28417
fix(versioning/pep440): match function should match on equality (#31170)
2024-09-03 04:00:09 +00:00
..
index.spec.ts fix(versioning/pep440): match function should match on equality (#31170) 2024-09-03 04:00:09 +00:00
index.ts fix(versioning/pep440): match function should match on equality (#31170) 2024-09-03 04:00:09 +00:00
range.spec.ts fix(versioning/pep440): log debug message if `newVersion` is excluded from range (#28950) 2024-05-09 08:07:39 +02:00
range.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00

readme.md

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.