Skip to content

Commit ee40d71

Browse files
committed
Bump for release
1 parent d5a779d commit ee40d71

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

NEWS.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@
99
1010
.. towncrier release notes start
1111
12+
23.1.1 (2023-04-22)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Revert `#11487 <https://github.com/pypa/pip/pull/11487>`_, as it causes issues with virtualenvs created by the Windows Store distribution of Python. (`#11987 <https://github.com/pypa/pip/issues/11987>`_)
19+
20+
Vendored Libraries
21+
------------------
22+
23+
- Revert pkg_resources (via setuptools) back to 65.6.3
24+
25+
Improved Documentation
26+
----------------------
27+
28+
- Update documentation to reflect the new behavior of using the cache of locally
29+
built wheels in hash-checking mode. (`#11967 <https://github.com/pypa/pip/issues/11967>`_)
30+
31+
1232
23.1 (2023-04-15)
1333
=================
1434

news/11967.doc.rst

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

news/11987.bugfix.rst

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

news/setuptools.vendor.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.2.dev0"
3+
__version__ = "23.1.1"
44

55

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

0 commit comments

Comments
 (0)