renovate/lib/versioning/pep440/readme.md
2019-01-07 16:19:15 +01:00

502 B

PEP 440 versioning

Documentation and URLs

https://www.python.org/dev/peps/pep-0440/

What type of versioning is used?

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

Are ranges supported? How?

Ranges are supported, with a proprietary syntax.

Range Strategy support

PEP 440 versioning should support all range strategies - pin, replace, bump, extend.

Implementation plan/status

  • Exact version support
  • Range support