Skip to content

Commit

Permalink
Tidy RELEASE.rst
Browse files Browse the repository at this point in the history
Fix "Title overline too short" warning.

Wrap code elements in double back ticks.

Wrap long lines.
  • Loading branch information
jdufresne authored and uiri committed Aug 30, 2018
1 parent 6f12328 commit f8d3819
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
****
*********
Releasing
****
*********

New versions of the TOML library are released on PyPI and installable via pip.

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.

0 comments on commit f8d3819

Please sign in to comment.