Skip to content

Commit f5315ad

Browse files
authored
Merge pull request #13776 from ichard26/docs/versionadded
doc: Add version added to recent new features in user guide
2 parents 5dcf063 + 51dd105 commit f5315ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/html/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ Example build constraints file (``build-constraints.txt``):
299299
Controlling Pre-release Installation
300300
=====================================
301301

302+
.. versionadded:: 26.0
303+
302304
By default, pip installs stable versions of packages, unless their specifier includes
303305
a pre-release version (e.g., ``SomePackage>=1.0a1``) or if there are no stable versions
304306
available that satisfy the requirement. The ``--all-releases`` and ``--only-final``
@@ -351,6 +353,8 @@ override ``:all:``. These options can also be used in requirements files.
351353
Filtering by Upload Time
352354
=========================
353355

356+
.. versionadded:: 26.0
357+
354358
The ``--uploaded-prior-to`` option allows you to filter packages by their upload time
355359
to an index, only considering packages that were uploaded before a specified datetime.
356360
This can be useful for creating reproducible builds by ensuring you only install
@@ -413,6 +417,8 @@ You can combine this option with other filtering mechanisms like constraints fil
413417
Dependency Groups
414418
=================
415419

420+
.. versionadded:: 25.1
421+
416422
"Dependency Groups" are lists of items to be installed stored in a
417423
``pyproject.toml`` file.
418424

0 commit comments

Comments
 (0)