Skip to content

Commit a69fa16

Browse files
don't denote old versions as 'the newest major release of Python'
1 parent 155b2b0 commit a69fa16

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

docs/source/administration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Downloads and Releases
6565
The ``downloads`` app stores all of the structured data regarding Python releases. Each ``Release`` object has associated ``ReleaseFile`` objects that contain information on the various download formats Python.org
6666
supports.
6767

68-
If the version you are creating should be considered the "latest" release for the major version in question (Python 2.x.x, 3.x.x, etc)
68+
If the version you are creating should be considered the "latest" release for the minor version in question (Python 2.x.x, 3.x.x, etc)
6969
then check the 'Is this the latest release' checkbox. When the ``Release`` is saved, the previous version will be automatically
7070
demoted for you and the new version will be used prominently on the site. For example the download buttons and supernav links.
7171

0 commit comments

Comments
 (0)