You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 line
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`