Skip to content

Commit 84e0673

Browse files
miss-islingtonhugovkStanFromIreland
authored
[3.15] gh-99968: FAQ: dev versions end in +dev (GH-153262) (#154268)
gh-99968: FAQ: dev versions end in `+dev` (GH-153262) (cherry picked from commit 4cde5cf) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 707802f commit 84e0673

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/faq/general.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,11 @@ Alpha, beta and release candidate versions have an additional suffix:
152152
In other words, all versions labeled *2.0aN* precede the versions labeled
153153
*2.0bN*, which precede versions labeled *2.0rcN*, and *those* precede 2.0.
154154

155-
You may also find version numbers with a "+" suffix, e.g. "2.2+". These are
156-
unreleased versions, built directly from the CPython development repository. In
157-
practice, after a final minor release is made, the version is incremented to the
158-
next minor version, which becomes the "a0" version, e.g. "2.4a0".
155+
You may also find version numbers with a "+dev" suffix, such as "3.15.0b3+dev".
156+
These are unreleased versions, built directly from the CPython development
157+
repository. After the first beta release is made, the version is
158+
incremented to the next feature version, which becomes the "a0" version,
159+
such as "3.16.0a0".
159160

160161
See the `Developer's Guide
161162
<https://devguide.python.org/developer-workflow/development-cycle/>`__

0 commit comments

Comments
 (0)