From 1edcf61b9c86fccf801277b97fed2b6e9f2ca582 Mon Sep 17 00:00:00 2001 From: Shruti Appiah Date: Fri, 23 Sep 2016 12:27:23 -0400 Subject: list formatting --- docs/installing-solidity.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/installing-solidity.rst') diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index ebb7537b..97eada79 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -205,10 +205,11 @@ to semver and the severity of the change. Finally, a release is always made with of the current nightly build, but without the ``prerelease`` specifier. Example: -- 0) the 0.4.0 release is made -- 1) nightly build has a version of 0.4.1 from now on -- 2) non-breaking changes are introduced - no change in version -- 3) a breaking change is introduced - version is bumped to 0.5.0 -- 4) the 0.5.0 release is made + +0. the 0.4.0 release is made +1. nightly build has a version of 0.4.1 from now on +2. non-breaking changes are introduced - no change in version +3. a breaking change is introduced - version is bumped to 0.5.0 +4. the 0.5.0 release is made This behaviour works well with the version pragma. -- cgit v1.2.3