summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-29 12:42:46 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-29 12:43:23 +0100
commitec7eb6f179866151f148c7695fc773e66b8c3adc (patch)
tree24390b154a558c778a9d99a433dcd59c9d7dcbc9 /docs
parent169511e68eb64efff5705305f72b0c53d7bff580 (diff)
downloadpip-ec7eb6f179866151f148c7695fc773e66b8c3adc.tar.gz
Add version history to inspect and install report docs
Diffstat (limited to 'docs')
-rw-r--r--docs/html/reference/inspect-report.md4
-rw-r--r--docs/html/reference/installation-report.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md
index e2c7301fd..8f4811730 100644
--- a/docs/html/reference/inspect-report.md
+++ b/docs/html/reference/inspect-report.md
@@ -3,6 +3,10 @@
```{versionadded} 22.2
```
+```{versionchanged} 23.0
+``version`` has been bumped to ``1`` and the format declared stable.
+```
+
The `pip inspect` command produces a detailed JSON report of the Python
environment, including installed distributions.
diff --git a/docs/html/reference/installation-report.md b/docs/html/reference/installation-report.md
index fc9729785..6ed5f659c 100644
--- a/docs/html/reference/installation-report.md
+++ b/docs/html/reference/installation-report.md
@@ -3,6 +3,10 @@
```{versionadded} 22.2
```
+```{versionchanged} 23.0
+``version`` has been bumped to ``1`` and the format declared stable.
+```
+
The `--report` option of the pip install command produces a detailed JSON report of what
it did install (or what it would have installed, if used with the `--dry-run` option).