From f8d3819d30d64b06edf38be015626ee0881e577a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 29 Aug 2018 06:15:29 -0700 Subject: [PATCH] Tidy RELEASE.rst Fix "Title overline too short" warning. Wrap code elements in double back ticks. Wrap long lines. --- RELEASE.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index cf1729c..e9e2c4e 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,6 @@ -**** +********* Releasing -**** +********* New versions of the TOML library are released on PyPI and installable via pip. @@ -8,8 +8,11 @@ A new release is marked via a git tag. Version numbering loosely follows semantic versioning. -1.0.0 will be the first version to support TOML 1.0.0. TOML still has yet to hit TOML 1.0.0 so its release is postponed indefinitely. +1.0.0 will be the first version to support TOML 1.0.0. TOML still has yet to +hit TOML 1.0.0 so its release is postponed indefinitely. -The version number is recorded in the source code (toml.py) itself as the __version__ variable. +The version number is recorded in the source code (``toml.py``) itself as the +``__version__`` variable. -The LICENSE Copyright notice should be up to date with a year-author pair for each significant contributor. +The LICENSE Copyright notice should be up to date with a year-author pair for +each significant contributor.