Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

23 lines
760B

  1. Error: Invalid version string
  2. #############################
  3. ``dds`` stores version numbers in a type-safe manner, and all version numbers
  4. are requried to match `Semantic Versioning <https://semver.org>`_.
  5. If you see this error, it means that a ``dds`` found a version number that does
  6. not correctly conform to Semantic Versioning's requirements for version numbers
  7. refer to the ``dds`` output for a description of *where* the bad version string
  8. was found, and refer to the Semantic Versioning website for information about
  9. how to properly format a version number.
  10. .. _range:
  11. Version Ranges
  12. **************
  13. In addition to requirements on individual versions, providing a version range
  14. requires a slightly different syntax.
  15. .. seealso:: :ref:`deps.ranges`