summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-18 01:45:42 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-18 01:45:42 +0200
commit496ab6b19866b5120964959f0a521552d24f4324 (patch)
treed87ff91cf960dfbd93b6f08b38cbce7f346c7733
parentd6228aa7f2dc6aa8edbbdbc313e27ff18351a408 (diff)
downloadsemantic-version-496ab6b19866b5120964959f0a521552d24f4324.tar.gz
Update README.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 67d1cbd..196649e 100644
--- a/README
+++ b/README
@@ -7,7 +7,9 @@ python-semanticversion
This small python library provides a few tools to handle `SemVer <http://semver.org>`_ in Python.
-The first release (0.1.0) should handle the 2.0.0-rc1 version of the SemVer scheme.
+Handles the full 2.0.0-rc1 version of the SemVer scheme, and provides tools to declare version ranges.
+
+The full doc is available on http://python-semanticversion.readthedocs.org/; simple usage is described below.
Usage