PEP 440: Missed one update for single number releases

This commit is contained in:
Nick Coghlan 2014-09-02 21:15:46 +10:00
parent c3aeedb327
commit 1633e8f02b
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ an epoch identifier is termed a "final release".
The release segment consists of one or more non-negative integer
values, separated by dots::
N[.N]+
N(.N)*
Final releases within a project MUST be numbered in a consistently
increasing fashion, otherwise automated tools will not be able to upgrade