From 1633e8f02b541585adb5fe8ec594f6d4e48b35cc Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Tue, 2 Sep 2014 21:15:46 +1000 Subject: [PATCH] PEP 440: Missed one update for single number releases --- pep-0440.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0440.txt b/pep-0440.txt index 9317e8028..7215cd476 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -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