We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 217987f + 1acd5e7 commit f5c715dCopy full SHA for f5c715d
source/specifications/version-specifiers.rst
@@ -343,6 +343,9 @@ post-releases::
343
X.YrcN.devM # Developmental release of a release candidate
344
X.Y.postN.devM # Developmental release of a post-release
345
346
+Do note that development releases are considered a type of pre-release when
347
+handling them.
348
+
349
.. note::
350
351
While they may be useful for continuous integration purposes, publishing
@@ -1266,3 +1269,5 @@ History
1266
1269
=======
1267
1270
1268
1271
- 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