summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 5b8ca3e..3550c25 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -270,6 +270,10 @@ This means that::
>>> Version('1.1.1-rc1+build4') in Spec('<=1.1.1-rc1+build2')
False
+
+.. note:: python-semanticversion also accepts ``"*"`` as a version spec,
+ that matches all (valid) version strings.
+
In order to force matches to *strictly* compare version numbers, these additional
rules apply: