From f3f7ff7892f801a91d5f08ba01b13d77f0b54baf Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos Date: Fri, 21 Jul 2017 07:54:26 -0300 Subject: [PATCH] Add Semantic Versioning link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8b99d78..65756df 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ If this report includes issues related to `import` section of your files, `isort $ pip install isort $ isort **/*.py --diff -Always suggest a version bump. We use `Elm's philosophy `_ for version bumping: +Always suggest a version bump. We use `Semantic Versioning `_ – or in `Elm community words `_: * MICRO: the API is the same, no risk of breaking code * MINOR: values have been added, existing values are unchanged