renovate/lib/versioning/pep440
2019-01-07 16:19:15 +01:00
..
index.js feat(docker): better versioning redo 2018-11-05 12:14:04 +01:00
range.js feat: PEP440 ranges (#2137) 2018-06-19 13:32:05 +02:00
readme.md docs: add versioning readmes 2019-01-07 16:19:15 +01:00

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