8000 Bump for release · Python-Repository-Hub/pip@c2c92c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2c92c7

Browse files
committed
Bump for release
1 parent 516fc49 commit c2c92c7

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
21.2.3 (2021-08-06)
2+
===================
3+
4+
5+
6+
Bug Fixes
7+
---------
8+
9+
- Modify the ``sysconfig.get_preferred_scheme`` function check to be
10+
compatible with CPython 3.10’s alphareleases. (`#10252 <https://github.com/pypa/pip/issues/10252>`_)
11+
12+
113
21.2.2 (2021-07-31)
214
===================
315

news/10252.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/2A2E5A1E-F014-40E9-B0EF-0D9C4686358F.trivial.rst

Whitespace-only changes.

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__ = "21.2.2"
3+
__version__ = "21.2.3"
44

55

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

0 commit comments

Comments
 (0)
0