Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/specifications/version-specifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ post-releases::
X.YrcN.devM # Developmental release of a release candidate
X.Y.postN.devM # Developmental release of a post-release

Do note that development releases are considered a type of pre-release when
handling them.

.. note::

While they may be useful for continuous integration purposes, publishing
Expand Down Expand Up @@ -1266,3 +1269,5 @@ History
=======

- August 2014: This specification was approved through :pep:`440`.
- May 2025: Clarify that development releases are a form of pre-release when
they are handled.