Skip to content

Commit

Permalink
Add version history to inspect and install report docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jan 29, 2023
1 parent 169511e commit ec7eb6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/html/reference/inspect-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions docs/html/reference/installation-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ec7eb6f

Please sign in to comment.