58: ``pip-run`` now sets ``PIP_QUIET=1`` when invoking pip to install packages. To see the pip installer output during installation, pass ``-v`` and in general one additional ``v`` to achieve the prior behavior. It is no longer necessary to pass ``-q`` to suppress the installer output.
8.8.2
======
Packaging refresh.
8.8.1
======
Packaging refresh.
8.8.0
======
Expose ``pip_run.launch.inject_sitecustomize``.
8.7.2
======
56: Prevent ResourceWarning when opening pth files.