Skip to content

Commit f9fea40

Browse files
committed
Bump for release
1 parent 3891d41 commit f9fea40

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
1010
.. towncrier release notes start
1111
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+
1222
23.3.1 (2023-10-21)
1323
===================
1424

news/12372.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/12373.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List, Optional
22

3-
__version__ = "23.3.1"
3+
__version__ = "23.3.2"
44

55

66
def main(args: Optional[List[str]] = None) -> int:

0 commit comments

Comments
 (0)