-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Title overline too short" warning. Wrap code elements in double back ticks. Wrap long lines.
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |