Skip to content

Commit f5c715d

Browse files
authored
Merge pull request pypa#1857 from brettcannon/dev-is-pre
Clarify that dev releases are considered pre-releases when handling them
2 parents 217987f + 1acd5e7 commit f5c715d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/specifications/version-specifiers.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ post-releases::
343343
X.YrcN.devM # Developmental release of a release candidate
344344
X.Y.postN.devM # Developmental release of a post-release
345345

346+
Do note that development releases are considered a type of pre-release when
347+
handling them.
348+
346349
.. note::
347350

348351
While they may be useful for continuous integration purposes, publishing
@@ -1266,3 +1269,5 @@ History
12661269
=======
12671270

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

0 commit comments

Comments
 (0)