Skip to content

Commit ec7eb6f

Browse files
committed
Add version history to inspect and install report docs
1 parent 169511e commit ec7eb6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/html/reference/inspect-report.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
```{versionadded} 22.2
44
```
55

6+
```{versionchanged} 23.0
7+
``version`` has been bumped to ``1`` and the format declared stable.
8+
```
9+
610
The `pip inspect` command produces a detailed JSON report of the Python
711
environment, including installed distributions.
812

docs/html/reference/installation-report.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
```{versionadded} 22.2
44
```
55

6+
```{versionchanged} 23.0
7+
``version`` has been bumped to ``1`` and the format declared stable.
8+
```
9+
610
The `--report` option of the pip install command produces a detailed JSON report of what
711
it did install (or what it would have installed, if used with the `--dry-run` option).
812

0 commit comments

Comments
 (0)