diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md index e2c7301fdab..8f4811730f9 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 fc9729785d2..6ed5f659cff 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).