summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2023-02-17 18:15:24 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2023-02-17 18:15:24 +0000
commit2c68bb14ddc59de1b3d2dc38312ce0432458a685 (patch)
tree567f8d342f88c87ff0800bdfd868eadcaf77da9e /NEWS.rst
parent110cd77b3d451b896bceee06eef4f38f33697bc7 (diff)
parent852deddb9c14afdb780e77ea28c2fa6d29f8c2e1 (diff)
downloadpip-2c68bb14ddc59de1b3d2dc38312ce0432458a685.tar.gz
Merge branch 'main' into release/23.0.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 3fb80be60..5169dad1d 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -41,7 +41,7 @@ Features
modify the externally managed environment. (`#11381 <https://github.com/pypa/pip/issues/11381>`_)
- Enable the use of ``keyring`` found on ``PATH``. This allows ``keyring``
installed using ``pipx`` to be used by ``pip``. (`#11589 <https://github.com/pypa/pip/issues/11589>`_)
-- The inspect and installation report formats are now declared stabled, and their version
+- The inspect and installation report formats are now declared stable, and their version
has been bumped from ``0`` to ``1``. (`#11757 <https://github.com/pypa/pip/issues/11757>`_)
Bug Fixes