From 7033841f0c3bea760770df6c2b63dc6b3c2a3c10 Mon Sep 17 00:00:00 2001 From: Alexander Stohr Date: Wed, 27 Oct 2021 15:45:38 +0200 Subject: [PATCH] Update README.rst Add a line telling which operators are supported in case a '+' part is used in the spec. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 03d1691..599da87 100644 --- a/README.rst +++ b/README.rst @@ -273,6 +273,7 @@ build metadata is equality. >>> Version('1.0.0+build1') in SimpleSpec('==1.0.0+build2') # Include build in checks False +When using '+' in the spec text only operators '==' and '!=' are supported whilst any variant of lower/greater is not. NPM-based ranges ----------------