We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3891d41 commit f9fea40Copy full SHA for f9fea40
NEWS.rst
@@ -9,6 +9,16 @@
9
10
.. towncrier release notes start
11
12
+23.3.2 (2023-12-17)
13
+===================
14
+
15
+Bug Fixes
16
+---------
17
18
+- Fix a bug in extras handling for link requirements (`#12372 <https://github.com/pypa/pip/issues/12372>`_)
19
+- Fix mercurial revision "parse error": use ``--rev={ref}`` instead of ``-r={ref}`` (`#12373 <https://github.com/pypa/pip/issues/12373>`_)
20
21
22
23.3.1 (2023-10-21)
23
===================
24
news/12372.bugfix.rst
news/12373.bugfix.rst
src/pip/__init__.py
@@ -1,6 +1,6 @@
1
from typing import List, Optional
2
3
-__version__ = "23.3.1"
+__version__ = "23.3.2"
4
5
6
def main(args: Optional[List[str]] = None) -> int:
0 commit comments