Skip to content

Commit 634a6ec

Browse files
committed
Bump for release
1 parent ae2eb4f commit 634a6ec

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
1010
.. towncrier release notes start
1111
12+
26.2.1 (2026-08-04)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Reallow keyring installed in a (non-activated) virtual environment to be be used
19+
via the ``import`` provider method while installing build dependencies. (`#14227 <https://github.com/pypa/pip/issues/14227>`_)
20+
1221
26.2 (2026-07-29)
1322
=================
1423

news/14227.bugfix.rst

Lines changed: 0 additions & 2 deletions
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 __future__ import annotations
22

3-
__version__ = "26.3.dev0"
3+
__version__ = "26.2.1"
44

55

66
def main(args: list[str] | None = None) -> int:

0 commit comments

Comments
 (0)