Skip to content

Commit 2753c77

Browse files
authored
Merge pull request #12780 from pfmoore/rel_doc
Document the structure of our release number
2 parents 66f4a5d + 4dd55eb commit 2753c77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/html/development/release-process.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ that month will be up to the release manager for that release. If there are
1818
no changes, then that release month is skipped and the next release will be
1919
3 months later.
2020

21+
The version number of pip is ``YY.N``, where ``YY`` is the year of the release
22+
and ``N`` identifies which release of the year (0=January, 1=April, 2=July, and
23+
3=October).
24+
2125
The release manager may, at their discretion, choose whether or not there
2226
will be a pre-release period for a release, and if there is may extend that
2327
period into the next month if needed.

0 commit comments

Comments
 (0)