PEP 440: Normalize date version examples to avoid suggesting versions that will raise warnings in build tools such as pypa/setuptools#302 (#1195)

This commit is contained in:
Jason R. Coombs 2019-10-10 07:33:13 -04:00 committed by Nick Coghlan
parent 8dbe669422
commit 4fd0075856
1 changed files with 4 additions and 4 deletions

View File

@ -251,11 +251,11 @@ part of the ``3.3`` release series.
Date based release segments are also permitted. An example of a date based
release scheme using the year and month of the release::
2012.04
2012.07
2012.4
2012.7
2012.10
2013.01
2013.06
2013.1
2013.6
...